librustc_metadata: enable feature(nll) for bootstrap
This commit is contained in:
parent
63fe441db8
commit
c5b557fb6a
@ -15,6 +15,7 @@
|
||||
#![feature(box_patterns)]
|
||||
#![feature(libc)]
|
||||
#![feature(macro_at_most_once_rep)]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![feature(proc_macro_internals)]
|
||||
#![feature(proc_macro_quote)]
|
||||
#![feature(quote)]
|
||||
|
Loading…
Reference in New Issue
Block a user