rust/compiler/rustc_expand/src
Trevor Gross cd5de49eaa mbe: Use TokenTree as the fallback for invalid fragment specifiers
`tt` should match more, so use this for both missing and invalid
fragment specifiers.

Also remove one unneeded instance of `String`.
2025-06-24 04:37:54 -04:00
..
mbe mbe: Use TokenTree as the fallback for invalid fragment specifiers 2025-06-24 04:37:54 -04:00
base.rs Remove an njn: comment accidentaly left behind. 2025-06-16 15:18:48 +10:00
build.rs Improve pretty-printing of braces. 2025-04-29 13:46:17 +10:00
config.rs Note the version and PR of removed features when using it 2025-06-09 17:10:58 +08:00
errors.rs mbe: Use TokenTree as the fallback for invalid fragment specifiers 2025-06-24 04:37:54 -04:00
expand.rs Rollup merge of #142371 - fee1-dead-contrib:push-xqlkumzurkus, r=petrochenkov 2025-06-17 23:19:34 +02:00
lib.rs Introduce -Zmacro-stats. 2025-06-12 21:17:17 +10:00
mbe.rs mbe: Clean up code with non-optional NonterminalKind 2025-06-24 04:37:36 -04:00
module.rs Reject macro calls inside of #![crate_name] 2025-02-15 16:47:30 +01:00
placeholders.rs avoid &mut P<T> in visit_expr etc methods 2025-06-12 17:36:03 +08:00
proc_macro.rs Do not get proc_macro from the sysroot in rustc 2025-05-27 15:49:28 +00:00
proc_macro_server.rs Do not get proc_macro from the sysroot in rustc 2025-05-27 15:49:28 +00:00
stats.rs Introduce -Zmacro-stats. 2025-06-12 21:17:17 +10:00