Skip to content

Commit 03a5694

Browse files
committed
[nll] librustc_resolve: enable feature(nll) for bootstrap
1 parent 87fb6fc commit 03a5694

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_resolve/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
html_root_url = "https://doc.rust-lang.org/nightly/")]
1414

1515
#![feature(crate_visibility_modifier)]
16+
#![cfg_attr(not(stage0), feature(nll))]
1617
#![feature(rustc_diagnostic_macros)]
1718
#![feature(slice_sort_by_cached_key)]
1819

0 commit comments

Comments
 (0)