When I run cargo test
, I get an unexpected panic
error.
#84504
Labels
A-incr-comp
Area: Incremental compilation
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.
I'm a first time Rust user, so I think this code is not good. I apologize for that.
While trying to implement an elliptic curve cryptography library in Rust, I tried to run the code for testing once with
cargo test
and got aninternal compiler error:
and was advised to share the bug report, so here I am sharing it.Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: