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

This commit is contained in:
memoryruins 2018-08-09 04:10:26 -04:00
parent 03a5694c2d
commit 9fcc6dab8d

View File

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