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
Embed escape form in suggestion message; move test to parser/
- Suggestion message now reads e.g. "consider writing it as \`\u{2033}\` for clarity"
so the diagnostic itself names the form the user should type, rather than
abstractly referring to "its escaped form".
- Move tests/ui/unicode-quote.{rs,stderr} into tests/ui/parser/ to satisfy
the ui_tests tidy rule (compiler-team#902): ui tests must live under a
meaningful subdirectory.
Signed-off-by: Giles Cope <gilescope@gmail.com>
0 commit comments