mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 13:58:31 +00:00
Use the same precedence for all macro-like exprs No need to make these have a different precedence since they're all written like `whatever!(expr)`, and it makes it simpler when adding new macro-based built-in operators in the future.