rust/tests/ui/parser/issues/issue-32446.stderr
2023-01-11 09:32:08 +00:00

12 lines
255 B
Plaintext

error: non-item in item list
--> $DIR/issue-32446.rs:4:11
|
LL | trait T { ... }
| - ^^^ - item list ends here
| | |
| | non-item starts here
| item list starts here
error: aborting due to previous error