summary refs log tree commit diff
path: root/src/test/ui/parser/issue-32446.stderr
blob: b0c18f4ec5a415e4b0f656d3d71a1ed74086d6f2 (plain)
1
2
3
4
5
6
7
8
error: expected one of `async`, `const`, `extern`, `fn`, `type`, `unsafe`, or `}`, found `...`
  --> $DIR/issue-32446.rs:4:11
   |
LL | trait T { ... }
   |           ^^^ expected one of 7 possible tokens here

error: aborting due to previous error