rust/compiler/rustc_mir
bors 8b4085359a Auto merge of #76673 - simonvandel:remove-unneeded-drops, r=oli-obk
MIR pass to remove unneeded drops on types not needing drop

This is heavily dependent on MIR inlining running to actually see the drop statement.

Do we want to special case replacing a call to std::mem::drop with a goto aswell?
2020-09-23 20:13:47 +00:00
..
src Auto merge of #76673 - simonvandel:remove-unneeded-drops, r=oli-obk 2020-09-23 20:13:47 +00:00
Cargo.toml update the version of itertools and parking_lot 2020-09-12 08:26:53 +02:00