Skip to content

Commit 4861643

Browse files
committed
[nll] libproc_macro: enable feature(nll) for bootstrap
1 parent ce5b9c6 commit 4861643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libproc_macro/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
test(no_crate_inject, attr(deny(warnings))),
3232
test(attr(allow(dead_code, deprecated, unused_variables, unused_mut))))]
3333

34+
#![cfg_attr(not(stage0), feature(nll))]
3435
#![feature(rustc_private)]
3536
#![feature(staged_api)]
3637
#![feature(lang_items)]

0 commit comments

Comments
 (0)