string continue non-ASCII whitespace confusing as \x0C
is ASCII whitespace
#108275
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Current output
Desired output
Rationale and extra context
According to
char::is_ascii_whitespace
,\x0c
is ASCII whitespace.Other cases
No response
Anything else?
Not sure if this is actually an issue, just an inconsistency I found.
The text was updated successfully, but these errors were encountered: