We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a5dc8 commit e6942aeCopy full SHA for e6942ae
compiler/rustc_mir/src/transform/remove_unneeded_drops.rs
@@ -18,7 +18,7 @@ impl RemoveUnneededDrops {
18
19
impl<'tcx> MirPass<'tcx> for RemoveUnneededDrops {
20
fn run_pass(&self, tcx: TyCtxt<'tcx>, source: MirSource<'tcx>, body: &mut Body<'tcx>) {
21
- trace!("Running SimplifyComparisonIntegral on {:?}", source);
+ trace!("Running RemoveUnneededDrops on {:?}", source);
22
let mut opt_finder = RemoveUnneededDropsOptimizationFinder {
23
tcx,
24
body,
0 commit comments