Skip to content

Commit 032d117

Browse files
committed
Auto merge of #2818 - saethlin:rustup, r=saethlin
rustup
2 parents d20acaf + 9897749 commit 032d117

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-
511364e7874dba9649a264100407e4bffe7b5425
1+
ab9bb3ea368b2412531a3e8c07ba73d1dd690134

src/machine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ impl<'mir, 'tcx> Machine<'mir, 'tcx> for MiriMachine<'mir, 'tcx> {
822822
}
823823

824824
#[inline(always)]
825-
fn ignore_checkable_overflow_assertions(ecx: &MiriInterpCx<'mir, 'tcx>) -> bool {
825+
fn ignore_optional_overflow_checks(ecx: &MiriInterpCx<'mir, 'tcx>) -> bool {
826826
!ecx.tcx.sess.overflow_checks()
827827
}
828828

0 commit comments

Comments
 (0)