Skip to content

Commit dd2fefe

Browse files
committed
Auto merge of #2055 - RalfJung:rustup, r=RalfJung
Rustup
2 parents 0e2def5 + 4331747 commit dd2fefe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
306ba8357fb36212b7d30efb9eb9e41659ac1445
1+
c2afaba465e0bf44b9b37beba8d908b78dcdadc7

src/machine.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@ impl<'mir, 'tcx> Machine<'mir, 'tcx> for Evaluator<'mir, 'tcx> {
605605

606606
#[inline(always)]
607607
fn memory_read(
608+
_tcx: TyCtxt<'tcx>,
608609
machine: &Self,
609610
alloc_extra: &AllocExtra,
610611
tag: Tag,
@@ -627,6 +628,7 @@ impl<'mir, 'tcx> Machine<'mir, 'tcx> for Evaluator<'mir, 'tcx> {
627628

628629
#[inline(always)]
629630
fn memory_written(
631+
_tcx: TyCtxt<'tcx>,
630632
machine: &mut Self,
631633
alloc_extra: &mut AllocExtra,
632634
tag: Tag,
@@ -649,6 +651,7 @@ impl<'mir, 'tcx> Machine<'mir, 'tcx> for Evaluator<'mir, 'tcx> {
649651

650652
#[inline(always)]
651653
fn memory_deallocated(
654+
_tcx: TyCtxt<'tcx>,
652655
machine: &mut Self,
653656
alloc_extra: &mut AllocExtra,
654657
tag: Tag,

0 commit comments

Comments
 (0)