Skip to content

Commit 8046533

Browse files
committed
Update issue-14084.rs test to reflect changes to error output.
1 parent a9d7997 commit 8046533

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/compile-fail/issue-14084.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
// except according to those terms.
1010

1111
#![feature(box_syntax)]
12+
#![feature(placement_in_syntax)]
1213

1314
fn main() {
1415
box ( () ) 0;
15-
//~^ ERROR: only the exchange heap is currently supported
16+
//~^ ERROR: the trait `core::ops::Placer<_>` is not implemented
17+
//~| ERROR: the trait `core::ops::Placer<_>` is not implemented
1618
}

0 commit comments

Comments
 (0)