Skip to content

Commit 73cdbaf

Browse files
author
The Miri Cronjob Bot
committed
Merge from rustc
2 parents 2ae2764 + 5fd2f80 commit 73cdbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
611611
// `UnsafeCell` action.
612612
(self.unsafe_cell_action)(v)
613613
}
614-
Variants::Single { .. } => {
614+
Variants::Single { .. } | Variants::Empty => {
615615
// Proceed further, try to find where exactly that `UnsafeCell`
616616
// is hiding.
617617
self.walk_value(v)

0 commit comments

Comments
 (0)