1 2 3 4 5 6 7
trait Foo {} struct Bar; impl Foo + Owned for Bar {} //~ ERROR expected a trait, found type fn main() { }