You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sergeysova opened this issue
Oct 29, 2018
· 3 comments
Labels
I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
Compiling typenum v1.10.0 (/Users/sergeysova/Projects/typenum)
Documenting typenum v1.10.0 (/Users/sergeysova/Projects/typenum)
error: internal compiler error: librustc/traits/structural_impls.rs:178: impossible case reached
thread '<unnamed>' panicked at 'Box<Any>', librustc_errors/lib.rs:587:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: rustc 1.30.0 (da5f414c2 2018-10-24) running on x86_64-apple-darwin
error: Could not document `typenum`.
Caused by:
process didn't exit successfully: `rustdoc --crate-name typenum src/lib.rs --color always -o /Users/sergeysova/Projects/typenum/target/doc -L dependency=/Users/sergeysova/Projects/typenum/target/debug/deps` (exit code: 1)
The text was updated successfully, but these errors were encountered:
sergeysova
changed the title
cargo-doc compiler panicked at 'Box<Any>'
cargo-doc compiler panicked at 'Box<Any>' impossible case reached
Oct 29, 2018
sergeysova
changed the title
cargo-doc compiler panicked at 'Box<Any>' impossible case reached
cargo-doc: compiler panicked at 'Box<Any>' impossible case reached
Oct 29, 2018
memoryruins
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
labels
Oct 29, 2018
Thanks for reporting!
This should be fixed by #55258, which is currently in 1.31.0-nightly (cae6efc37 2018-10-27)+
cc #54002, except this report is on stable
I was running the same issue, can't reproduce with rustc 1.32.0-nightly (8b096314a 2018-11-02). I haven't checked the specific version you mentioned though.
I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
Steps to reproduce:
0. macOS Mojave 10.14 (18A389)
cargo doc
Result:
Stable:
The text was updated successfully, but these errors were encountered: