Rollup merge of #70769 - RalfJung:fixed, r=Dylan-DPC
Miri: remove an outdated FIXME
We even [have a test ](49dc2f9f09/src/test/ui/consts/miri_unleashed/drop.rs
) making sure that we detect dropping with a non-const implementation.
r? @oli-obk
This commit is contained in:
commit
2448a23554
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user