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
Note that from_token_lit was looking for errors but never finding them!
- issue-62913.rs: The structure and output changed a bit. Issue #62913
was about an ICE due to an unterminated string literal, so the new
version should be good enough.
- literals-are-validated-before-expansion.rs: this tests exactly the
behaviour that has been changed.
XXX: insert a new test covering more of that
- XXX: explain the tests that needed to be split
- XXX: tests/ui/parser/unicode-control-codepoints.rs: just reordered errors
- XXX: tests/rustdoc-ui/ignore-block-help.rs: relies on a parsing error
occurring. The error present was an unescaping error, which is now
delayed to after parsing. So the commit changes it to an "unterminated
character literal" error which still occurs during parsing.
0 commit comments