rust/tests/ui/suggestions/type-ascription-and-other-e...

9 lines
256 B
Plaintext

error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `rust`
--> $DIR/type-ascription-and-other-error.rs:2:9
|
LL | not rust;
| ^^^^ expected one of 8 possible tokens
error: aborting due to 1 previous error