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
nicklaswj opened this issue
Nov 1, 2018
· 5 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.
When I run cargo doc in one of my crates (that I unfortunately can't show you) the compiler panics
at a seemingly random dependency, i.e. it changes from run to run.
I use rust stable:
Nightly doesn't panic, however I'm hitting another error where the Diesel documentation won't compile.
I don't know if it's unrelated error but I'm attaching it here just in case. error.txt
Edit: It looks like nightly works, and I'm hitting a bug in the diesel crate instead, right?
Aaron1011
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
Nov 2, 2018
The issue appears to be caused by Rustdoc not handling overflow during projections. I believe we need to extend #54199 to cover all cases of overflows during selection.
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.
When I run cargo doc in one of my crates (that I unfortunately can't show you) the compiler panics
at a seemingly random dependency, i.e. it changes from run to run.
I use rust stable:
This is the full output of "cargo doc":
The text was updated successfully, but these errors were encountered: