mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
cfe1942a3f
mbe: Add tests and restructure metavariable expressions Add tests that show better diagnostics, and factor `concat` handling to a separate function. Each commit message has further details. This performs the nonfunctional perparation for further changes such as https://github.com/rust-lang/rust/pull/142950 and https://github.com/rust-lang/rust/pull/142975 .