LLVM assert on associated type with trait object. #21426
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
The following code:
give the following LLVM assert error:
I really have no idea what's the LLVM IR code generated which cause this error, as I don't know how to disable LLVM IR checks at compile-time :/
My Rust version:
The text was updated successfully, but these errors were encountered: