diff options
| author | Aidan Hobson Sayers <aidanhs@cantab.net> | 2018-02-18 17:39:40 +0000 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-04-03 11:02:34 +0200 |
| commit | 9b5859aea199d5f34a4d4b5ae7112c5c41f3b242 (patch) | |
| tree | bc74fbacefd74d626e8c43968ab329c7621f4f70 /src/libstd/lib.rs | |
| parent | 5ee891cfeabc0872624104611cc0a359f46447cc (diff) | |
| download | rust-9b5859aea199d5f34a4d4b5ae7112c5c41f3b242.tar.gz rust-9b5859aea199d5f34a4d4b5ae7112c5c41f3b242.zip | |
Remove all unstable placement features
Closes #22181, #27779
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 68d3b946d9e..e18e055654b 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -290,7 +290,6 @@ #![feature(panic_internals)] #![feature(panic_unwind)] #![feature(peek)] -#![feature(placement_in_syntax)] #![feature(placement_new_protocol)] #![feature(prelude_import)] #![feature(ptr_internals)] |
