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
andrewgrz opened this issue
Nov 27, 2018
· 1 comment
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.
ICE during cargo doc of nalgreba crate on stable 1.30.1
librustc/traits/select.rs:2539: Where clause `Binder(<base::default_allocator::DefaultAllocator as base::allocator::Allocator<_, _>>)` was applicable to `Obligation(predicate=Binder(TraitPredicate(<base::default_allocator::DefaultAllocator as base::allocator::Allocator<_, _, _>>)),depth=3)` but now is not
thread '<unnamed>' panicked at 'Box<Any>', librustc_errors/lib.rs:587:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.
note: rustc 1.30.1 (1433507eb 2018-11-07) running on x86_64-apple-darwin
error: Could not document `nalgebra`.
thread '<unnamed>' panicked at 'Box<Any>', librustc_errors/lib.rs:587:9
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.
ICE during
cargo doc
of nalgreba crate on stable 1.30.1stack backtrace:
rustc --version --verbose
The text was updated successfully, but these errors were encountered: