rust/compiler/rustc_ast/src
Matthias Krüger c896f06bdb
Rollup merge of #130314 - compiler-errors:mac-prec, r=davidtwco
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.
2024-09-17 17:28:33 +02:00
..
attr Reformat use declarations. 2024-07-29 08:26:52 +10:00
expand Reformat use declarations. 2024-07-29 08:26:52 +10:00
util Use the same precedence for all macro-like exprs 2024-09-13 12:53:30 -04:00
ast_traits.rs Remove needless returns detected by clippy in the compiler 2024-09-09 13:32:22 +02:00
ast.rs Rollup merge of #130314 - compiler-errors:mac-prec, r=davidtwco 2024-09-17 17:28:33 +02:00
entry.rs Also fix if in else 2024-09-11 17:24:01 -04:00
format.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
lib.rs Add warn(unreachable_pub) to several crates. 2024-08-16 08:46:13 +10:00
mut_visit.rs disallow naked_asm! outside of #[naked] functions 2024-09-10 15:19:14 +02:00
node_id.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
ptr.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
token.rs Add initial support for raw lifetimes 2024-09-06 10:32:48 -04:00
tokenstream.rs Add initial support for raw lifetimes 2024-09-06 10:32:48 -04:00
visit.rs disallow naked_asm! outside of #[naked] functions 2024-09-10 15:19:14 +02:00