Skip to content

Commit

Permalink
Miri: remove an outdated FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Apr 4, 2020
1 parent 49dc2f9 commit e901b2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc_mir/interpret/terminator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ impl<'mir, 'tcx, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
}

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);
Expand Down

0 comments on commit e901b2f

Please sign in to comment.