mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
610e63b9ba
rustc_expand: improve diagnostics for non-repeatable metavars in repetition Enhance `NoSyntaxVarsExprRepeat` by suggesting similarly named metavariables, distinguishing repeatable vs non-repeatable bindings, and listing available repeatable variables when no match exists.