mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 13:47:23 +00:00
Currently it constructs two vectors `calls_to_terminated` and `cleanups_to_remove` in the main loop, and then processes them after the main loop. But the processing can be done in the main loop, avoiding the need for the vectors.