Skip to content

Commit a6b7163

Browse files
committed
[nll] librustc_plugin: enable feature(nll) for bootstrap
1 parent 95b6418 commit a6b7163

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_plugin/lib.rs

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

67+
#![cfg_attr(not(stage0), feature(nll))]
6768
#![feature(rustc_diagnostic_macros)]
6869

6970
#[macro_use] extern crate syntax;

0 commit comments

Comments
 (0)