Skip to content

Commit 01c598a

Browse files
committed
[nll] libsyntax_pos: enable feature(nll) for bootstrap
1 parent f331401 commit 01c598a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libsyntax_pos/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#![feature(const_fn)]
2222
#![feature(crate_visibility_modifier)]
2323
#![feature(custom_attribute)]
24+
#![cfg_attr(not(stage0), feature(nll))]
2425
#![feature(non_exhaustive)]
2526
#![feature(optin_builtin_traits)]
2627
#![feature(specialization)]

0 commit comments

Comments
 (0)