Add new feature gate opt-in necessary for new-box-syntax.rs.

This commit is contained in:
Felix S. Klock II 2015-07-21 14:32:33 +02:00
parent 80465334aa
commit e0b44797ce

View File

@ -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.