mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +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.