mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-12 07:10:02 +00:00

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.