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

This commit is contained in:
memoryruins
2018-08-09 15:33:06 -04:00
parent 48616432ba
commit 4b42a2100b

View File

@@ -19,6 +19,7 @@
#![feature(box_patterns)]
#![feature(box_syntax)]
#![feature(custom_attribute)]
#![cfg_attr(not(stage0), feature(nll))]
#![allow(unused_attributes)]
#![feature(quote)]
#![feature(rustc_diagnostic_macros)]