about summary refs log tree commit diff
path: root/src/liballoc
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
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')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 452d2b1472f..2d271fd0dca 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -77,7 +77,6 @@
 #![cfg_attr(not(test), feature(fn_traits))]
 #![cfg_attr(not(test), feature(generator_trait))]
 #![cfg_attr(not(stage0), feature(nll))]
-#![cfg_attr(not(stage0), feature(infer_outlives_requirements))]
 #![cfg_attr(test, feature(test))]
 
 #![feature(allocator_api)]