blob: d77ff80ca2597c0f0b3dbeb961fcbb352e082e43 [file] [log] [blame]
// compile-flags: -Z continue-parse-after-error
trait Foo {
}
struct Bar;
impl Foo + Owned for Bar { //~ ERROR expected a trait, found type
}
fn main() { }