Skip to content

Commit 72ae246

Browse files
committed
librustc_lint: enable feature(nll) for bootstrap
1 parent c5b557f commit 72ae246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_lint/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#![feature(box_patterns)]
2828
#![feature(box_syntax)]
2929
#![feature(macro_vis_matcher)]
30+
#![cfg_attr(not(stage0), feature(nll))]
3031
#![feature(quote)]
3132
#![feature(rustc_diagnostic_macros)]
3233
#![feature(macro_at_most_once_rep)]

0 commit comments

Comments
 (0)