(Resolved by downgrade) internal compiler error: unexpected panic
while running cargo doc
on rustc 1.66.0-nightly (9c56d9d6f 2022-09-29) running on x86_64-unknown-linux-gnu
on crate nom
#102603
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.
Code
I have created a stand-alone crate on github which reliably reproduces the internal compiler error on my system. The readme in that crate includes
rustup
version as well ascargo --version
from inside and outside the repo which has arust-toolchain.toml
.This is recreated with:
cargo new
rust-toolchain.toml
withchannel = "nightly-2022-09-30"
Cargo.toml
cargo doc
Meta
rustc --version --verbose
:Error output
The text was updated successfully, but these errors were encountered: