diff options
| author | toidiu <apoorv@toidiu.com> | 2018-08-28 00:46:08 -0400 |
|---|---|---|
| committer | toidiu <apoorv@toidiu.com> | 2018-09-11 11:40:04 -0400 |
| commit | 731f4efae5ee18082202f31e8699fe07eb0a5d19 (patch) | |
| tree | 4227227517d44cc0dceb2ceac4be848b11846b41 /src/liballoc_jemalloc/lib.rs | |
| parent | 7ee72070bdb789f58f272fab50d49bd48dd9c11f (diff) | |
| download | rust-731f4efae5ee18082202f31e8699fe07eb0a5d19.tar.gz rust-731f4efae5ee18082202f31e8699fe07eb0a5d19.zip | |
stabalize infer outlives requirements (RFC 2093).
Co-authored-by: nikomatsakis
Diffstat (limited to 'src/liballoc_jemalloc/lib.rs')
| -rw-r--r-- | src/liballoc_jemalloc/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc_jemalloc/lib.rs b/src/liballoc_jemalloc/lib.rs index 3d2348f3e45..bdf0e37a2e6 100644 --- a/src/liballoc_jemalloc/lib.rs +++ b/src/liballoc_jemalloc/lib.rs @@ -17,7 +17,6 @@ #![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))] |
