blob: 7515369aaa0b9da6262dae51a4beeb8c154c1feb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|