We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e0b27 commit 4cfa352Copy full SHA for 4cfa352
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: a37e00ed1f7f06438630186ccd5c5fd2d0f8b251
+refs/heads/master: ff223682798a83bb0f9208b6de25d1f1b5383f61
trunk/src/test/run-pass/issue-718.rs
@@ -1,7 +1,3 @@
-//xfail-stage1
-//xfail-stage2
3
-//xfail-stage3
4
-
5
fn main() {
6
7
obj a() {
@@ -17,5 +13,10 @@ fn main() {
17
13
let my_c = obj () { with my_b };
18
14
19
15
assert (my_c.foo() == 2);
16
+
+ // ...One more for good measure.
+ let my_d = obj () { with my_b };
20
+ assert (my_d.foo() == 2);
21
}
22
0 commit comments