mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 09:23:05 +00:00
[nll] librustc_privacy: enable feature(nll) for bootstrap
This commit is contained in:
parent
a6b7163c74
commit
87fb6fc6ef
@ -12,6 +12,7 @@
|
||||
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
|
||||
html_root_url = "https://doc.rust-lang.org/nightly/")]
|
||||
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![feature(rustc_diagnostic_macros)]
|
||||
|
||||
#![recursion_limit="256"]
|
||||
|
Loading…
Reference in New Issue
Block a user