expected bits of [u32; 4], got Const #87209
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
There is not much info in backtrace on where the problem originates so you'll have to build my entire project.
It probably has something todo with my use of
std_simd
, I also used to use thefn_traits
but I turned it off to rule this out.The project is very much still a WIP, many
todo!()
, but now I am stuck with this cryptic error.Meta
My project uses the experimental crate
std_simd
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: