Skip to content

Commit ed55520

Browse files
committed
[nll] librustc: enable feature(nll) for bootstrap
1 parent 26991eb commit ed55520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
#![feature(never_type)]
5252
#![feature(exhaustive_patterns)]
5353
#![feature(extern_types)]
54+
#![cfg_attr(not(stage0), feature(nll))]
5455
#![feature(non_exhaustive)]
5556
#![feature(proc_macro_internals)]
5657
#![feature(quote)]

0 commit comments

Comments
 (0)