about summary refs log tree commit diff
path: root/src/liballoc_jemalloc
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2018-08-24 17:10:50 -0400
committerNiko Matsakis <niko@alum.mit.edu>2018-08-24 17:10:50 -0400
commit73fb1622b303c67f9e87da87f39ccacea322b5f9 (patch)
treeb885a3ee203d0492955f66fb5a2c52525221aa23 /src/liballoc_jemalloc
parent46bb36da80923544a90fb4cb1d2fb32fce904732 (diff)
downloadrust-73fb1622b303c67f9e87da87f39ccacea322b5f9.tar.gz
rust-73fb1622b303c67f9e87da87f39ccacea322b5f9.zip
check that adding infer-outlives requirement to all crates works
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 480a24b9bd1..cfc8ef8e9e3 100644
--- a/src/liballoc_jemalloc/lib.rs
+++ b/src/liballoc_jemalloc/lib.rs
@@ -17,6 +17,7 @@
 #![feature(libc)]
 #![feature(linkage)]
 #![cfg_attr(not(stage0), feature(nll))]
+#![cfg_attr(not(stage0), feature(infer_outlives_requirements))]
 #![feature(staged_api)]
 #![feature(rustc_attrs)]
 #![cfg_attr(dummy_jemalloc, allow(dead_code, unused_extern_crates))]