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

This commit is contained in:
memoryruins 2018-08-09 15:28:39 -04:00
parent 9d2c4a3acd
commit 2cb91dad9f

View file

@ -16,6 +16,7 @@
#![feature(proc_macro_internals)]
#![feature(decl_macro)]
#![cfg_attr(not(stage0), feature(nll))]
#![feature(str_escape)]
#![feature(rustc_diagnostic_macros)]