about summary refs log tree commit diff
path: root/src/liballoc_system
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-09-12 11:27:48 +0000
committerbors <bors@rust-lang.org>2018-09-12 11:27:48 +0000
commit6810f5286b6b91daab06fc3dccb27d8c46f14349 (patch)
treef576d065912988d1cf5e916750ea4a8a6e4b07fd /src/liballoc_system
parent8586ec6980462c99a8926646201b2444d8938d29 (diff)
parent731f4efae5ee18082202f31e8699fe07eb0a5d19 (diff)
downloadrust-6810f5286b6b91daab06fc3dccb27d8c46f14349.tar.gz
rust-6810f5286b6b91daab06fc3dccb27d8c46f14349.zip
Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis
stabilize outlives requirements

https://github.com/rust-lang/rust/issues/44493

r? @nikomatsakis
Diffstat (limited to 'src/liballoc_system')
-rw-r--r--src/liballoc_system/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc_system/lib.rs b/src/liballoc_system/lib.rs
index 8848be59038..65204ebf714 100644
--- a/src/liballoc_system/lib.rs
+++ b/src/liballoc_system/lib.rs
@@ -18,7 +18,6 @@
 #![feature(allocator_api)]
 #![feature(core_intrinsics)]
 #![cfg_attr(not(stage0), feature(nll))]
-#![cfg_attr(not(stage0), feature(infer_outlives_requirements))]
 #![feature(staged_api)]
 #![feature(rustc_attrs)]
 #![cfg_attr(any(unix, target_os = "cloudabi", target_os = "redox"), feature(libc))]