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
jamesray1
changed the title
cargo doc panics with internal compiler error: : librustc/traits/structural_impls.rs:178: impossible case reached
cargo doc panics with internal compiler error: librustc/traits/structural_impls.rs:178: impossible case reached
Dec 7, 2018
jamesray1
changed the title
cargo doc panics with internal compiler error: librustc/traits/structural_impls.rs:178: impossible case reached
cargo doc panics with typenum crate: internal compiler error: librustc/traits/structural_impls.rs:178: impossible case reached
Dec 7, 2018
Duplicate of #52873. Works fine with
rustup update
using 1.31.0.To reproduce:
What I get for an output (see also this gist with the
--verbose
option.FYI:
[jray@jr-dl core]$ uname -r 4.19.6-1-MANJARO # Linux [jray@jr-dl core]$ rustc --version --verbose rustc 1.30.0 (da5f414c2 2018-10-24) binary: rustc commit-hash: da5f414c2c0bfe5198934493f04c676e2b23ff2e commit-date: 2018-10-24 host: x86_64-unknown-linux-gnu release: 1.30.0 LLVM version: 8.0
cargo test
works fine. This is a library socargo run
is not applicable. Probably an issue with the typenum crate.The text was updated successfully, but these errors were encountered: