mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
liballoc_jemalloc: enable feature(nll) for bootstrap
This commit is contained in:
@@ -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))]
|
||||
|
||||
Reference in New Issue
Block a user