ICE: Unexpected types for BinOp: i32 Add f32'
during const eval, simd / platform intrinsics
#105974
Labels
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
A-intrinsics
Area: Intrinsics
A-miri
Area: The miri tool
A-SIMD
Area: SIMD (Single Instruction Multiple Data)
A-target-feature
Area: Enabling/disabling target features like AVX, Neon, etc.
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
reduced from
src/test/ui/simd/intrinsic/generic-reduction.rs
Meta
rustc --version --verbose
:With a normal
cargo build
this will error: `but under miri
cargo miri run
this will cause a similar const_eval panic but no build errorBacktrace
The text was updated successfully, but these errors were encountered: