You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve diagnostics for non-terminated character literals
During brace matching (before lexing), add an extra diagnostic if one is found
During lexing, this would already be diagnosed - I also tweaked that message to accurately report where the missing `'` should have been (it was off by one and including the character where the `'` should have been in the suggested corrected literal, but that's the first character that can't belong in the literal so it should be excluded)
0 commit comments