blob: 68bb090e45f227567656684a304b76b11c3f1169 [file] [log] [blame]
error: expected a trait, found type
--> $DIR/trait-bounds-not-on-impl.rs:18:6
|
LL | impl Foo + Owned for Bar { //~ ERROR expected a trait, found type
| ^^^^^^^^^^^
error: aborting due to previous error