Skip to content

Commit a2fb260

Browse files
committed
Auto merge of #889 - RalfJung:rustup, r=RalfJung
rustup
2 parents 08d1554 + b0cb603 commit a2fb260

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11a51488f03405ea539a9fe84973ee972eaa7b96
1+
4be067558962c004b638e4c6f162d50f7c0c98b6

src/machine.rs

+2
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ impl<'mir, 'tcx> Machine<'mir, 'tcx> for Evaluator<'tcx> {
141141

142142
const STATIC_KIND: Option<MiriMemoryKind> = Some(MiriMemoryKind::Static);
143143

144+
const CHECK_ALIGN: bool = true;
145+
144146
#[inline(always)]
145147
fn enforce_validity(ecx: &InterpCx<'mir, 'tcx, Self>) -> bool {
146148
ecx.memory().extra.validate

0 commit comments

Comments
 (0)