mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
aff497f17f
By using a separate loop, I can just skip nodes that I don't want to process twice, instead of having to hand-build a state machine with an enum.