Skip to content

Commit e0b4479

Browse files
committed
Add new feature gate opt-in necessary for new-box-syntax.rs.
1 parent 8046533 commit e0b4479

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-pass/new-box-syntax.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#![allow(warnings)]
1717
#![feature(box_syntax, box_heap)]
18+
#![feature(placement_in_syntax)]
1819

1920
// Tests that the new `box` syntax works with unique pointers.
2021

0 commit comments

Comments
 (0)