liballoc: enable feature(nll) for bootstrap
This commit is contained in:
parent
fa1bdd696d
commit
ce7f0c483d
@ -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…
x
Reference in New Issue
Block a user