[nll] libsyntax_ext: enable feature(nll) for bootstrap
This commit is contained in:
parent
9d2c4a3acd
commit
2cb91dad9f
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#![feature(proc_macro_internals)]
|
||||
#![feature(decl_macro)]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![feature(str_escape)]
|
||||
|
||||
#![feature(rustc_diagnostic_macros)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue