liballoc: enable feature(nll) for bootstrap
This commit is contained in:
parent
fa1bdd696d
commit
ce7f0c483d
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@
|
|||
|
||||
#![cfg_attr(not(test), feature(fn_traits))]
|
||||
#![cfg_attr(not(test), feature(generator_trait))]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![cfg_attr(test, feature(test))]
|
||||
|
||||
#![feature(allocator_api)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue