rust/compiler/rustc_expand
Trevor Gross 67a9fb2fb7 mbe: Refactor transcription
Introduce `MacroTcbCtx` that holds everything relevant to transcription.
This allows for the following changes:

* Split `transcribe_sequence` and `transcribe_metavar` out of the
  heavily nested `transcribe`
* Split `metavar_expr_concat` out of `transcribe_metavar_expr`

This is a nonfunctional change.
2025-06-19 16:28:52 +00:00
..
src mbe: Refactor transcription 2025-06-19 16:28:52 +00:00
Cargo.toml Do not get proc_macro from the sysroot in rustc 2025-05-27 15:49:28 +00:00
messages.ftl Make missing_fragment_specifier an unconditional error 2025-06-12 07:57:12 +00:00