Compilation panicked #63434
Labels
A-borrow-checker
Area: The borrow checker
C-bug
Category: This is a bug.
fixed-by-NLL
Bugs fixed, but only when NLL is enabled.
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.
Compilation exited abnormally when compiling this code
I know my code has a lot of issues but the compiler should either pass or fail instead of panicking
Steps to reproduce
git clone https://github.com/gcao/gene.rs.git
cd gene.rs
git checkout f861fba0d25f6a6de2f01a680bd39eebcf40b7e2
cargo build
The previous commit compiles fine. The changes in the commit can be found here:
gcao/gene.rs@f861fba
The text was updated successfully, but these errors were encountered: