summaryrefslogtreecommitdiffstats
path: root/tests/ui/suggestions/type-ascription-and-other-error.stderr
blob: eadf634bb14fd0bd24bed98fc998099474ba48e0 (plain)
1
2
3
4
5
6
7
8
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 previous error