Module rustc_mir_transform::remove_unneeded_drops [−][src]
Expand description
This pass replaces a drop of a type that does not need dropping, with a goto
This pass replaces a drop of a type that does not need dropping, with a goto