-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
rustc 1.30.0 - ICE on cargo doc --open
with typenum
crate
#55430
Comments
Using nightly works as a temporary workaround for now, since the issue does not seem to be present there. It appears that commit 632f9c4d6e1a05 was responsible for the fix in nightly, so it's hopefully just a matter of pushing it down to stable. |
Duplicate of #52873. When beta 1.31.0 is published (if it's not out already), that will have the fix, and as mentioned nightly currently works as well. |
Didn't see that issue, thanks @alexmaco, @QuietMisdreavus! |
Actually, I get similar behavior with
|
The ICE when checking hyper is #55376. |
Thanks for your help and attention, @QuietMisdreavus |
Internal Compiler Error when running
cargo doc --open
on macOS MojaveI tried this code:
I expected to see this happen:
cargo doc --open
should build the project's docs and open mah default browser (Firefox Developer Edition).Instead, this happened:
Internal Compiler Error
Meta
rustc --version --verbose
:Backtrace:
The text was updated successfully, but these errors were encountered: