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

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

12 lines
255 B
Plaintext
Raw Normal View History

error: non-item in item list
--> $DIR/issue-32446.rs:4:11
2018-10-20 23:36:17 +03:00
|
2019-03-09 15:03:44 +03:00
LL | trait T { ... }
| - ^^^ - item list ends here
| | |
| | non-item starts here
| item list starts here
2018-10-20 23:36:17 +03:00
error: aborting due to previous error