liballoc: enable feature(nll) for bootstrap

This commit is contained in:
memoryruins 2018-08-09 01:50:49 -04:00
parent fa1bdd696d
commit ce7f0c483d

View File

@ -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)]