mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +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.