Compiling miri v0.1.0 (file:///duh/miri)
src/interpreter.rs:1008:23: 1008:30 error: bitshift exceeds the type's number of bits, #[deny(exceeding_bitshifts)] on by default
src/interpreter.rs:1008 n if n <= 1 << 32 => 4,
^~~~~~~
error: aborting due to previous error