about summary refs log tree commit diff
path: root/src/libpanic_unwind
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/libpanic_unwind
parent46bb36da80923544a90fb4cb1d2fb32fce904732 (diff)
downloadrust-73fb1622b303c67f9e87da87f39ccacea322b5f9.tar.gz
rust-73fb1622b303c67f9e87da87f39ccacea322b5f9.zip
check that adding infer-outlives requirement to all crates works
Diffstat (limited to 'src/libpanic_unwind')
-rw-r--r--src/libpanic_unwind/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libpanic_unwind/lib.rs b/src/libpanic_unwind/lib.rs
index 9c3fc76c307..3368790b3f7 100644
--- a/src/libpanic_unwind/lib.rs
+++ b/src/libpanic_unwind/lib.rs
@@ -35,6 +35,7 @@
 #![feature(lang_items)]
 #![feature(libc)]
 #![cfg_attr(not(stage0), feature(nll))]
+#![cfg_attr(not(stage0), feature(infer_outlives_requirements))]
 #![feature(panic_unwind)]
 #![feature(raw)]
 #![feature(staged_api)]