Skip to content

Commit c5b557f

Browse files
committed
librustc_metadata: enable feature(nll) for bootstrap
1 parent 63fe441 commit c5b557f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_metadata/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#![feature(box_patterns)]
1616
#![feature(libc)]
1717
#![feature(macro_at_most_once_rep)]
18+
#![cfg_attr(not(stage0), feature(nll))]
1819
#![feature(proc_macro_internals)]
1920
#![feature(proc_macro_quote)]
2021
#![feature(quote)]

0 commit comments

Comments
 (0)