Skip to content

Commit cf7e4b9

Browse files
committed
Auto merge of #1815 - RalfJung:rustup2, r=RalfJung
rustup Cc rust-lang/rust#85591
2 parents 10c4956 + d77d95d commit cf7e4b9

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-
35bab923c8e5a1e8291735e7630539002eb80d7b
1+
6e92fb409816c65cd0a78a1fbcc71e2fbabdf50a

src/data_race.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: MiriEvalContextExt<'mir, 'tcx> {
719719
if let Some(data_race) = &mut this.memory.extra.data_race {
720720
if data_race.multi_threaded.get() {
721721
let alloc_meta =
722-
this.memory.get_alloc_extra_mut(ptr.alloc_id)?.data_race.as_mut().unwrap();
722+
this.memory.get_alloc_extra_mut(ptr.alloc_id)?.0.data_race.as_mut().unwrap();
723723
alloc_meta.reset_clocks(ptr.offset, size);
724724
}
725725
}

0 commit comments

Comments
 (0)