12 lines
255 B
Plaintext
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
|
|
|