Skip to content

Commit 8c71148

Browse files
committed
Auto merge of #2339 - RalfJung:rustup, r=RalfJung
rustup
2 parents 7d5ae09 + 501a6b4 commit 8c71148

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-
f342bea9d19f14616c6559312552e6d0ee529cfd
1+
049308cf8b48e9d67e54d6d0b01c10c79d1efc3a

src/machine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ impl<'mir, 'tcx> Machine<'mir, 'tcx> for Evaluator<'mir, 'tcx> {
542542
}
543543

544544
#[inline(always)]
545-
fn check_binop_checks_overflow(ecx: &MiriEvalContext<'mir, 'tcx>) -> bool {
545+
fn checked_binop_checks_overflow(ecx: &MiriEvalContext<'mir, 'tcx>) -> bool {
546546
ecx.tcx.sess.overflow_checks()
547547
}
548548

0 commit comments

Comments
 (0)