about summary refs log tree commit diff
path: root/tests/ui/macros/reparse-expr-issue-139495.rs
AgeCommit message (Collapse)AuthorLines
2025-04-22Handle another negated literal in `eat_token_lit`.Nicholas Nethercote-3/+11
Extends the change from #139653, which was on expressions, to literals. Fixes #140098.
2025-04-11Handle a negated literal in `eat_token_lit`.Nicholas Nethercote-0/+7
Fixes #139495.