Skip to content

Commit 46b818e

Browse files
committed
[nll] librustc_codegen_llvm: enable feature(nll) for bootstrap
1 parent 5d6ca8e commit 46b818e

File tree

1 file changed

+1
-0
lines changed
  • src/librustc_codegen_llvm

1 file changed

+1
-0
lines changed

src/librustc_codegen_llvm/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#![feature(in_band_lifetimes)]
2727
#![allow(unused_attributes)]
2828
#![feature(libc)]
29+
#![cfg_attr(not(stage0), feature(nll))]
2930
#![feature(quote)]
3031
#![feature(range_contains)]
3132
#![feature(rustc_diagnostic_macros)]

0 commit comments

Comments
 (0)