]> git.lizzy.rs Git - rust.git/blob - src/test/ui/suggestions/type-ascription-and-other-error.stderr
Rollup merge of #104439 - ferrocene:pa-generate-copyright, r=pnkfelix
[rust.git] / src / test / ui / suggestions / type-ascription-and-other-error.stderr
1 error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `rust`
2   --> $DIR/type-ascription-and-other-error.rs:2:9
3    |
4 LL |     not rust;
5    |         ^^^^ expected one of 8 possible tokens
6
7 error: aborting due to previous error
8