rust/compiler/rustc_expand
Matthias Krüger 15c323fa6d
Rollup merge of #146802 - joshtriplett:mbe-simplifications, r=petrochenkov
mbe: Simplifications and refactoring

A few simplifications and refactors in advance of other work.

Macro metavariable expressions were using `Ident::as_str` and doing string
comparisons; I converted them to use symbols.

I factored out a function for transcribing a `ParseNtResult`, which will help
separate the evaluation and transcription of future macro metavariable
expressions.
2025-09-23 18:13:54 +02:00
..
src Rollup merge of #146802 - joshtriplett:mbe-simplifications, r=petrochenkov 2025-09-23 18:13:54 +02:00
Cargo.toml Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
messages.ftl Move more early buffered lints to dyn lint diagnostics (4/N) 2025-09-14 12:38:12 +02:00