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

This commit is contained in:
memoryruins 2018-08-10 06:28:24 -04:00
parent 5d6ca8e4c5
commit 46b818e276

View File

@ -26,6 +26,7 @@
#![feature(in_band_lifetimes)]
#![allow(unused_attributes)]
#![feature(libc)]
#![cfg_attr(not(stage0), feature(nll))]
#![feature(quote)]
#![feature(range_contains)]
#![feature(rustc_diagnostic_macros)]