Skip to content

Commit b0cb603

Browse files
committed
rustup
1 parent 08d1554 commit b0cb603

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11a51488f03405ea539a9fe84973ee972eaa7b96
1+
4be067558962c004b638e4c6f162d50f7c0c98b6

src/machine.rs

Lines changed: 2 additions & 0 deletions
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)