1
Fork 0

Tweak more warnings.

Much like the previous commit.

I think the removal of "the token" in each message is fine here. There
are many more error messages that mention tokens without saying "the
token" than those that do say it.
This commit is contained in:
Nicholas Nethercote 2024-06-25 12:52:15 +10:00
parent a201fab208
commit dd2b027d5d
50 changed files with 113 additions and 121 deletions

View file

@ -1,3 +1,3 @@
pub fn main() {
vec![,]; //~ ERROR no rules expected the token `,`
vec![,]; //~ ERROR no rules expected `,`
}