mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-06 14:51:08 +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.