Skip to content

Commit 252e4bb

Browse files
authored
Merge pull request #4100 from rust-lang/rustup-2024-12-20
Automatic Rustup
2 parents 3eea5b8 + 73cdbaf commit 252e4bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
52890e82153cd8716d97a96f47fb6ac99dec65be
1+
214587c89d527dd0ccbe1f2150c737d3bdee67b0

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)