We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49dc2f9 commit e901b2fCopy full SHA for e901b2f
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