rust/tests/ui/parser/issues/issue-21153.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
341 B
Plaintext
Raw Normal View History

error: expected one of `!` or `::`, found `=`
--> $DIR/issue-21153.rs:2:10
2018-10-20 20:36:17 +00:00
|
LL | trait MyTrait<T>: Iterator {
| - while parsing this item list starting here
LL | Item = T;
| ^ expected one of `!` or `::`
LL |
LL | }
| - the item list ends here
2018-10-20 20:36:17 +00:00
error: aborting due to 1 previous error
2018-10-20 20:36:17 +00:00