mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 04:04:06 +00:00
[nll] librustc_incremental: enable feature(nll) for bootstrap
This commit is contained in:
parent
fd4b1a73bf
commit
a37360c330
@ -14,6 +14,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(specialization)]
|
||||
|
||||
#![recursion_limit="256"]
|
||||
|
Loading…
Reference in New Issue
Block a user