Add new feature gate opt-in necessary for new-box-syntax.rs
.
This commit is contained in:
parent
80465334aa
commit
e0b44797ce
@ -15,6 +15,7 @@
|
||||
|
||||
#![allow(warnings)]
|
||||
#![feature(box_syntax, box_heap)]
|
||||
#![feature(placement_in_syntax)]
|
||||
|
||||
// Tests that the new `box` syntax works with unique pointers.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user