about summary refs log tree commit diff
path: root/src/librustc_allocator/lib.rs
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/librustc_allocator/lib.rs
parent46bb36da80923544a90fb4cb1d2fb32fce904732 (diff)
downloadrust-73fb1622b303c67f9e87da87f39ccacea322b5f9.tar.gz
rust-73fb1622b303c67f9e87da87f39ccacea322b5f9.zip
check that adding infer-outlives requirement to all crates works
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;