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

This commit is contained in:
memoryruins 2018-08-10 06:27:35 -04:00
parent e8d95a5ba1
commit 5d6ca8e4c5

View File

@ -14,6 +14,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
*/
#![cfg_attr(not(stage0), feature(nll))]
#![feature(infer_outlives_requirements)]
#![feature(in_band_lifetimes)]
#![feature(slice_patterns)]