Skip to content

ICE running cargo doc on typenum on beta #54655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ErichDonGubler opened this issue Sep 28, 2018 · 1 comment
Closed

ICE running cargo doc on typenum on beta #54655

ErichDonGubler opened this issue Sep 28, 2018 · 1 comment

Comments

@ErichDonGubler
Copy link
Contributor

I'm getting an ICE trying to run cargo doc on paholg/typenum@284f456:

~/…/pull-requests/typenum master$ cargo doc
   Compiling typenum v1.10.0 (C:\Users\egubler\workspace\personal\pull-requests\typenum)
 Documenting typenum v1.10.0 (C:\Users\egubler\workspace\personal\pull-requests\typenum)
error: internal compiler error: librustc\traits\structural_impls.rs:178: impossible case reached

thread '<unnamed>' panicked at 'Box<Any>', librustc_errors\lib.rs:586: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-beta.8 (269c1bdc7 2018-09-27) running on x86_64-pc-windows-msvc

error: Could not document `typenum`.

Caused by:
  process didn't exit successfully: `rustdoc --crate-name typenum 'src\lib.rs' --color always -o 'C:\Users\egubler\workspace\personal\pull-requests\typenum\target\doc' -L 'dependency=C:\Users\egubler\workspace\personal\pull-requests\typenum\target\debug\deps'` (exit code: 1)

Not sure why this is happening, but it's consistent, so I figured I should report this here.

@Havvy
Copy link
Contributor

Havvy commented Sep 28, 2018

This is a duplicate of #53505

@Havvy Havvy closed this as completed Sep 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants