mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
329fcd48e5
Makes labelled loops hygiene by performing renaming of the labels defined in e.g. `'x: loop { ... }` and then used in break and continue statements within loop body so that they act hygienically when used with macros.
Closes #12262.