We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f595e8 + e901b2f commit 2448a23Copy full SHA for 2448a23
src/librustc_mir/interpret/terminator.rs
@@ -75,7 +75,6 @@ impl<'mir, 'tcx, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
75
}
76
77
Drop { location, target, unwind } => {
78
- // FIXME(CTFE): forbid drop in const eval
79
let place = self.eval_place(location)?;
80
let ty = place.layout.ty;
81
trace!("TerminatorKind::drop: {:?}, type {}", location, ty);
0 commit comments