Skip to content

Commit 23b0029

Browse files
committed
---
yaml --- r: 221599 b: refs/heads/master c: 8046533 h: refs/heads/master i: 221597: 6f3d25f 221595: 2883eb5 221591: cfb3ff5 221583: 3bf5899 221567: 5ac82fe v: v3
1 parent 0f37602 commit 23b0029

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: a9d79978b60a2433620dce2624202f2e120efaf1
2+
refs/heads/master: 80465334aa2d371b368b5d734cdcc1061d895ffb
33
refs/heads/snap-stage3: a5c12f4e39d32af3c951b66bd2839bc0b5a1125b
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/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)