Skip to content

Commit 87fb6fc

Browse files
committed
[nll] librustc_privacy: enable feature(nll) for bootstrap
1 parent a6b7163 commit 87fb6fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_privacy/lib.rs

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

15+
#![cfg_attr(not(stage0), feature(nll))]
1516
#![feature(rustc_diagnostic_macros)]
1617

1718
#![recursion_limit="256"]

0 commit comments

Comments
 (0)