]> git.lizzy.rs Git - rust.git/blob - tests/ui/suggestions/type-ascription-and-other-error.stderr
Auto merge of #106696 - kylematsuda:early-binder, r=lcnr
[rust.git] / tests / 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