mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
199be469ec
This commit: - Moves the ICE file create/open outside the loop. (Redoing it on every loop iteration works, but is really weird.) - Moves the explanatory note emission above the loop, which removes the need for the `enumerate` call. - Introduces a `decorate` local.