mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
15f8847a25
Handle another negated literal in `eat_token_lit`. Extends the change from #139653, which was on expressions, to literals. Fixes #140098. r? ``@petrochenkov``