[nll] librustc_resolve: enable feature(nll) for bootstrap

This commit is contained in:
memoryruins 2018-08-09 04:10:08 -04:00
parent 87fb6fc6ef
commit 03a5694c2d

View File

@ -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)]