1
Fork 0

fix #104088, Slightly improve error message for invalid identifier

This commit is contained in:
yukang 2022-11-12 04:22:47 +08:00
parent 101e1822c3
commit 9db8e183dc
5 changed files with 81 additions and 2 deletions

View file

@ -384,3 +384,6 @@ parser_fn_ptr_with_generics = function pointer types may not have generic parame
[true] the
*[false] a
} `for` parameter list
parser_invalid_identifier_with_leading_number = expected identifier, found number literal
.label = identifiers cannot start with a number