about summary refs log tree commit diff
path: root/src/liballoc_jemalloc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-08-27 17:42:45 +0000
committerbors <bors@rust-lang.org>2018-08-27 17:42:45 +0000
commit70a21e89f136c91f676959c126666d13a2deeadf (patch)
treeec0656fb883c31a9249b35c14e6de940105f853a /src/liballoc_jemalloc
parent8785e348ba6b9d43ffd8ce4b1a59059cbce6334c (diff)
parentc63b633971a1cb0201b6747ddea2b7c7f82a57b7 (diff)
downloadrust-70a21e89f136c91f676959c126666d13a2deeadf.tar.gz
rust-70a21e89f136c91f676959c126666d13a2deeadf.zip
Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis
fix for late-bound regions

Fix for https://github.com/rust-lang/rust/issues/53419

r? @nikomatsakis
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 bdf0e37a2e6..3d2348f3e45 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))]