bug in compiler after running cargo doc --open #95564
Labels
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
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.
Code
i was developing a mini-project in rust and compiler was working and all.
i started to add comments and check the output of
cargo doc --open
but when i tried to compile the code again, i faced the error below, though it seems to be a non reproducible bug (since i cloned my code in another directory and compiler worked just fine), i thought i should create an issue just in caseMeta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: