1
Fork 0
rust/src/test/ui/parser/trait-bounds-not-on-impl.stderr

9 lines
178 B
Text
Raw Normal View History

2018-10-20 23:36:17 +03:00
error: expected a trait, found type
2018-12-25 08:56:47 -07:00
--> $DIR/trait-bounds-not-on-impl.rs:8:6
2018-10-20 23:36:17 +03:00
|
2019-03-09 15:03:44 +03:00
LL | impl Foo + Owned for Bar {
2018-10-20 23:36:17 +03:00
| ^^^^^^^^^^^
error: aborting due to previous error