Skip to content

Commit 937f8f4

Browse files
committed
test: XFAIL trait-inheritance-simple because of suspected 32-bit brokenness
1 parent 45345bd commit 937f8f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/run-pass/trait-inheritance-simple.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// xfail-fast
2+
// xfail-test
3+
4+
// Broken on 32 bit, I guess?
5+
16
trait Foo {
27
fn f();
38
}

0 commit comments

Comments
 (0)