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

12 lines
255 B
Plaintext
Raw Normal View History

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