[nll] libsyntax_pos: enable feature(nll) for bootstrap
This commit is contained in:
parent
f331401e1e
commit
01c598aa0d
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#![feature(const_fn)]
|
||||
#![feature(crate_visibility_modifier)]
|
||||
#![feature(custom_attribute)]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![feature(non_exhaustive)]
|
||||
#![feature(optin_builtin_traits)]
|
||||
#![feature(specialization)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue