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.
This commit is contained in:
Felix S. Klock II
2015-02-12 11:30:16 +01:00
parent d79bbbc4ef
commit b325e4f28e
5 changed files with 70 additions and 2 deletions

View File

@@ -234,6 +234,7 @@
#![feature(no_std)]
#![feature(oom)]
#![feature(optin_builtin_traits)]
#![feature(placement_in_syntax)]
#![feature(rand)]
#![feature(raw)]
#![feature(reflect_marker)]