mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 14:57:28 +00:00
This avoids scheduling drops and immediately unscheduling them. Drops for guard bindings/temporaries are still scheduled and unscheduled as before.