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