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