Skip to content

Commit e901b2f

Browse files
committed
Miri: remove an outdated FIXME
1 parent 49dc2f9 commit e901b2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_mir/interpret/terminator.rs

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ impl<'mir, 'tcx, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
7575
}
7676

7777
Drop { location, target, unwind } => {
78-
// FIXME(CTFE): forbid drop in const eval
7978
let place = self.eval_place(location)?;
8079
let ty = place.layout.ty;
8180
trace!("TerminatorKind::drop: {:?}, type {}", location, ty);

0 commit comments

Comments
 (0)