Miri: remove an outdated FIXME

This commit is contained in:
Ralf Jung
2020-04-04 15:55:32 +02:00
parent 49dc2f9f09
commit e901b2ff8e
-1
View File
@@ -75,7 +75,6 @@ pub(super) fn eval_terminator(
}
Drop { location, target, unwind } => {
// FIXME(CTFE): forbid drop in const eval
let place = self.eval_place(location)?;
let ty = place.layout.ty;
trace!("TerminatorKind::drop: {:?}, type {}", location, ty);