liballoc_jemalloc: enable feature(nll) for bootstrap

This commit is contained in:
memoryruins
2018-08-09 01:50:37 -04:00
parent 1c3d20eb41
commit fa1bdd696d
+1
View File
@@ -16,6 +16,7 @@
#![feature(core_intrinsics)]
#![feature(libc)]
#![feature(linkage)]
#![cfg_attr(not(stage0), feature(nll))]
#![feature(staged_api)]
#![feature(rustc_attrs)]
#![cfg_attr(dummy_jemalloc, allow(dead_code, unused_extern_crates))]