diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2015-02-12 11:30:16 +0100 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2015-07-22 15:33:59 +0200 |
| commit | b325e4f28e0735bb951bdf9f1db1206bd3ee715b (patch) | |
| tree | 85936fe4b2c7a27c44ceaf8b48149adb577c920b /src/libstd | |
| parent | d79bbbc4ef20a11680a004b600a90281e4c5e04a (diff) | |
| download | rust-b325e4f28e0735bb951bdf9f1db1206bd3ee715b.tar.gz rust-b325e4f28e0735bb951bdf9f1db1206bd3ee715b.zip | |
Add feature-gates for desugaring-based `box` and placement-`in`.
update test/compile-fail/feature-gate-box-expr.rs to reflect new feature gates. Part of what lands with Issue 22181.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 82bc1314ad5..784f5eecf0b 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -234,6 +234,7 @@ #![feature(no_std)] #![feature(oom)] #![feature(optin_builtin_traits)] +#![feature(placement_in_syntax)] #![feature(rand)] #![feature(raw)] #![feature(reflect_marker)] |
