about summary refs log tree commit diff
path: root/src/liballoc_jemalloc
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-08-09 21:35:01 +0800
committerkennytm <kennytm@gmail.com>2018-08-10 01:01:30 +0800
commitbb0151c6d4390e99cb1c545bd24f01545344510e (patch)
tree40f27f95679be4486e9e2fcce95753173aba34c9 /src/liballoc_jemalloc
parent746abc32659e193dd97d34ab2fceecebd80dfb38 (diff)
parentce7f0c483d4e9e116f4e35a378c6637c808faaab (diff)
downloadrust-bb0151c6d4390e99cb1c545bd24f01545344510e.tar.gz
rust-bb0151c6d4390e99cb1c545bd24f01545344510e.zip
Rollup merge of #53211 - memoryruins:nll_bootstrap, r=nikomatsakis
[nll] enable feature(nll) on various crates for bootstrap

#53172
Diffstat (limited to 'src/liballoc_jemalloc')
-rw-r--r--src/liballoc_jemalloc/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc_jemalloc/lib.rs b/src/liballoc_jemalloc/lib.rs
index b3b20715511..480a24b9bd1 100644
--- a/src/liballoc_jemalloc/lib.rs
+++ b/src/liballoc_jemalloc/lib.rs
@@ -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))]