summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/trait-bounds-not-on-impl.stderr
blob: 8d2d5e3d7ddd2582d05b0091dc9bb243e403af71 (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 previous error