Miri: remove an outdated FIXME
This commit is contained in:
parent
49dc2f9f09
commit
e901b2ff8e
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue