]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-32446.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / issue-32446.stderr
1 error: expected one of `async`, `const`, `crate`, `extern`, `fn`, `pub`, `type`, `unsafe`, or `}`, found `...`
2   --> $DIR/issue-32446.rs:4:11
3    |
4 LL | trait T { ... }
5    |           ^^^ expected one of 9 possible tokens
6
7 error: aborting due to previous error
8