xfail-fast run-pass/trait-composition-trivial

This commit is contained in:
Brian Anderson 2012-08-04 17:37:30 -07:00
parent 8c77536526
commit a60f9c76f5

View File

@ -1,3 +1,4 @@
// xfail-fast - ICE
trait Foo {
fn foo();
}