Internal compiler error assertion failed: (left == right)
on nightly and beta
#53157
Labels
A-const-eval
Area: Constant evaluation (MIR interpretation)
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This code
triggers this ICE with rustc 1.29.0-beta.2 (ea82e08 2018-08-05) but compiles fine with current stable 1.28.0:
The text was updated successfully, but these errors were encountered: