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/liballoc_jemalloc/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/liballoc_jemalloc') diff --git a/src/liballoc_jemalloc/lib.rs b/src/liballoc_jemalloc/lib.rs index 480a24b9bd1..cfc8ef8e9e3 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))] -- cgit 1.4.1-3-g733a5