mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
634a6b0d25
[1/2] Implement macro meta-variable expressions See https://github.com/rust-lang/rust/pull/93545#issuecomment-1050963295 The logic behind `length`, `index` and `count` was removed but the parsing code is still present, i.e., everything is simply ignored like `ignored`. r? ``@petrochenkov``