diff options
| author | bors <bors@rust-lang.org> | 2018-09-12 11:27:48 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-09-12 11:27:48 +0000 |
| commit | 6810f5286b6b91daab06fc3dccb27d8c46f14349 (patch) | |
| tree | f576d065912988d1cf5e916750ea4a8a6e4b07fd /src/liballoc_system | |
| parent | 8586ec6980462c99a8926646201b2444d8938d29 (diff) | |
| parent | 731f4efae5ee18082202f31e8699fe07eb0a5d19 (diff) | |
| download | rust-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.rs | 1 |
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))] |
