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

This commit is contained in:
memoryruins 2018-08-09 09:20:41 -04:00
parent 26991eb8bf
commit ed55520371

View File

@ -51,6 +51,7 @@
#![feature(never_type)]
#![feature(exhaustive_patterns)]
#![feature(extern_types)]
#![cfg_attr(not(stage0), feature(nll))]
#![feature(non_exhaustive)]
#![feature(proc_macro_internals)]
#![feature(quote)]