mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

allow negative numeric literals in `concat!` Fixes #106837 While *technically* negative numeric literals are implemented as unary operations, users can reasonably expect that negative literals are treated the same as positive literals.