Skip to content

Commit 130f948

Browse files
committed
rustup
1 parent d881387 commit 130f948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ impl<'mir, 'tcx> Machine<'mir, 'tcx> for Evaluator<'tcx> {
287287
(Some(stacks), base_tag)
288288
};
289289
let mut stacked_borrows = memory_extra.stacked_borrows.borrow_mut();
290-
let alloc: Allocation<Tag, Self::AllocExtra> = alloc.retag(
290+
let alloc: Allocation<Tag, Self::AllocExtra> = alloc.with_tags_and_extra(
291291
|alloc| if !memory_extra.validate {
292292
Tag::Untagged
293293
} else {

0 commit comments

Comments
 (0)