Skip to content

Commit 9fcc6da

Browse files
committed
[nll] librustc_save_analysis: enable feature(nll) for bootstrap
1 parent 03a5694 commit 9fcc6da

File tree

1 file changed

+1
-0
lines changed
  • src/librustc_save_analysis

1 file changed

+1
-0
lines changed

src/librustc_save_analysis/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
#![feature(custom_attribute)]
15+
#![cfg_attr(not(stage0), feature(nll))]
1516
#![allow(unused_attributes)]
1617

1718
#![recursion_limit="256"]

0 commit comments

Comments
 (0)