Self overlapping error message ("unexpected tokenxpected") #41155
Labels
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone
This (invalid) code:
Produces the following, okay error message on beta:
But on nightly, you get a bad, self overriding one:
Note the "unexpected tokenxpected one of 7 possible tokens here". Possibly the "starting here" is not required either.
cc @estebank
The text was updated successfully, but these errors were encountered: