]> git.lizzy.rs Git - rust.git/blob - tests/ui/suggestions/type-ascription-and-other-error.stderr
Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplett
[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