Skip to content

Commit

Permalink
Auto merge of #956 - rust-lang:rustup-retag, r=RalfJung
Browse files Browse the repository at this point in the history
rustup for retag rename

This is the Miri side of rust-lang/rust#64503. Do not force-push!
  • Loading branch information
bors committed Sep 18, 2019
2 parents 44ca0f6 + d610d9d commit d83bcbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a44881d892fb4f4a8ed93f8f392bab942fac7a41
64c09694a6ecc434cd3a61ade89beb1de17770c5
2 changes: 1 addition & 1 deletion src/machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ impl<'mir, 'tcx> Machine<'mir, 'tcx> for Evaluator<'tcx> {
(Some(stacks), base_tag)
};
let mut stacked_borrows = memory_extra.stacked_borrows.borrow_mut();
let alloc: Allocation<Tag, Self::AllocExtra> = alloc.retag(
let alloc: Allocation<Tag, Self::AllocExtra> = alloc.with_tags_and_extra(
|alloc| if !memory_extra.validate {
Tag::Untagged
} else {
Expand Down

0 comments on commit d83bcbd

Please sign in to comment.