Add new feature gate opt-in necessary for new-box-syntax.rs.
This commit is contained in:
parent
80465334aa
commit
e0b44797ce
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue