[nll] librustc_save_analysis: enable feature(nll) for bootstrap
This commit is contained in:
parent
03a5694c2d
commit
9fcc6dab8d
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
|
||||
html_root_url = "https://doc.rust-lang.org/nightly/")]
|
||||
#![feature(custom_attribute)]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![allow(unused_attributes)]
|
||||
|
||||
#![recursion_limit="256"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue