about summary refs log tree commit diff
path: root/src/librustc_allocator/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_allocator/lib.rs')
-rw-r--r--src/librustc_allocator/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_allocator/lib.rs b/src/librustc_allocator/lib.rs
index 2a3404ee830..44fbcade6bc 100644
--- a/src/librustc_allocator/lib.rs
+++ b/src/librustc_allocator/lib.rs
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 #![cfg_attr(not(stage0), feature(nll))]
+#![cfg_attr(not(stage0), feature(infer_outlives_requirements))]
 #![feature(rustc_private)]
 
 #[macro_use] extern crate log;