summary refs log tree commit diff
path: root/src/test/ui/parser/trait-bounds-not-on-impl.stderr
blob: 68bb090e45f227567656684a304b76b11c3f1169 (plain)
1
2
3
4
5
6
7
8
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