We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52d7e45 + bb57b51 commit 3f945bbCopy full SHA for 3f945bb
src/helpers.rs
@@ -605,7 +605,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
605
// `UnsafeCell` action.
606
(self.unsafe_cell_action)(v)
607
}
608
- Variants::Single { .. } => {
+ Variants::Single { .. } | Variants::Empty => {
609
// Proceed further, try to find where exactly that `UnsafeCell`
610
// is hiding.
611
self.walk_value(v)
0 commit comments