summary refs log tree commit diff
path: root/src/test/ui/parser/issue-32446.stderr
blob: 608a9a6e6e01d087dfef5323cb4a1efd4aec9bf1 (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:16:11
   |
LL | trait T { ... } //~ ERROR
   |           ^^^ expected one of 7 possible tokens here

error: aborting due to previous error