Skip to content

Commit fd4b1a7

Browse files
committed
[nll] librustc_driver: enable feature(nll) for bootstrap
1 parent c6be555 commit fd4b1a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_driver/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#![feature(box_syntax)]
2222
#![cfg_attr(unix, feature(libc))]
23+
#![cfg_attr(not(stage0), feature(nll))]
2324
#![feature(option_replace)]
2425
#![feature(quote)]
2526
#![feature(rustc_diagnostic_macros)]

0 commit comments

Comments
 (0)