summary refs log tree commit diff
path: root/src/test/ui/parser/trait-bounds-not-on-impl.stderr
blob: a712f68044ec088e2cfe13e3e93253ce31a4e5a8 (plain)
1
2
3
4
5
6
7
8
error: expected a trait, found type
  --> $DIR/trait-bounds-not-on-impl.rs:8:6
   |
LL | impl Foo + Owned for Bar {
   |      ^^^^^^^^^^^

error: aborting due to previous error