Internal Compiler Error when compiling rocket = "0.5.0-rc.1" #93832
Labels
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.
Problem
When trying to build a project containing the rocket web framework, cargo fails with an internal compiler error. Below is the full error written to the console.
Steps
cargo new random
rocket = "0.5.0-rc.1"
cargo build
Possible Solution(s)
So far, the only solution I've found is to downgrade my version of nightly rust which'll compile the project just fine
Notes
No response
Version
Code
<code>
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: