From 73fb1622b303c67f9e87da87f39ccacea322b5f9 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Fri, 24 Aug 2018 17:10:50 -0400 Subject: check that adding infer-outlives requirement to all crates works --- src/libpanic_unwind/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libpanic_unwind') 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)] -- cgit 1.4.1-3-g733a5