]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-32446.stderr
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.git] / tests / ui / parser / issues / issue-32446.stderr
1 error: non-item in item list
2   --> $DIR/issue-32446.rs:4:11
3    |
4 LL | trait T { ... }
5    |         - ^^^ - item list ends here
6    |         | |
7    |         | non-item starts here
8    |         item list starts here
9
10 error: aborting due to previous error
11