error: internal compiler error: /checkout/src/librustc_const_eval/eval.rs:773: impossible case reached #41998
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) ❄️
Following comparison leads to an internal compiler error:
if ('x' as char) < ('y' as char)
I tried this code:
I expected to see this happen: code compiles
Instead, this happened:
Meta
rustc --version --verbose
:Backtrace:
The text was updated successfully, but these errors were encountered: