summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/trait-bounds-not-on-impl.stderr
blob: 7f51bd97e5d9e9091a46c80da697f4867a5fb4a1 (plain)
1
2
3
4
5
6
7
8
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 1 previous error