Skip to content

Commit 153bfa0

Browse files
committed
remove leftover comment
1 parent c5d4e4d commit 153bfa0

File tree

1 file changed

+0
-3
lines changed
  • compiler/rustc_const_eval/src/transform/check_consts

1 file changed

+0
-3
lines changed

compiler/rustc_const_eval/src/transform/check_consts/resolver.rs

-3
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,6 @@ where
224224

225225
// We ignore borrow on drop because custom drop impls are not allowed in consts.
226226
// FIXME: Reconsider if accounting for borrows in drops is necessary for const drop.
227-
228-
// We need to assign qualifs to the dropped location before visiting the operand that
229-
// replaces it since qualifs can be cleared on move.
230227
self.super_terminator(terminator, location);
231228
}
232229
}

0 commit comments

Comments
 (0)