My default toolchain is i686-pc-windows-gnu. I updated the cortex-m dependency today and that caused CI to break. Presumably introduced in https://github.com/rust-embedded/cortex-m/commit/1c198a1f53b0fdef53c723843331a059da6cb6a3 Could this line be changed to `#[cfg(not(armv8m))]` ? https://github.com/rust-embedded/cortex-m/blob/1c198a1f53b0fdef53c723843331a059da6cb6a3/src/peripheral/mpu.rs#L6