Skip to content

Commit 6858bd8

Browse files
committed
[nll] libsyntax: enable feature(nll) for bootstrap
1 parent 75fa16b commit 6858bd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libsyntax/lib.rs

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

2222
#![feature(crate_visibility_modifier)]
2323
#![feature(macro_at_most_once_rep)]
24+
#![cfg_attr(not(stage0), feature(nll))]
2425
#![feature(rustc_attrs)]
2526
#![feature(rustc_diagnostic_macros)]
2627
#![feature(slice_sort_by_cached_key)]

0 commit comments

Comments
 (0)