Skip to content

Commit 2cb91da

Browse files
committed
[nll] libsyntax_ext: enable feature(nll) for bootstrap
1 parent 9d2c4a3 commit 2cb91da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libsyntax_ext/lib.rs

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

1717
#![feature(proc_macro_internals)]
1818
#![feature(decl_macro)]
19+
#![cfg_attr(not(stage0), feature(nll))]
1920
#![feature(str_escape)]
2021

2122
#![feature(rustc_diagnostic_macros)]

0 commit comments

Comments
 (0)