Skip to content

Commit 95b6418

Browse files
committed
[nll] librustc_passes: enable feature(nll) for bootstrap
1 parent 80e8e97 commit 95b6418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_passes/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
1919
html_root_url = "https://doc.rust-lang.org/nightly/")]
2020

21+
#![cfg_attr(not(stage0), feature(nll))]
2122
#![feature(rustc_diagnostic_macros)]
2223

2324
#[macro_use]

0 commit comments

Comments
 (0)