]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-32446.stderr
Auto merge of #79473 - m-ou-se:clamp-in-core, r=m-ou-se
[rust.git] / src / test / ui / parser / 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