mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
[nll] librustc_save_analysis: enable feature(nll) for bootstrap
This commit is contained in:
parent
03a5694c2d
commit
9fcc6dab8d
@ -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…
Reference in New Issue
Block a user