-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustdoc internal compiler error #42875
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
Comments
I just tested nighty and it's broken there too:
|
Unwrap is here: rust/src/librustdoc/html/format.rs Line 462 in b0081b3
rustdoc --no-defaults --passes "collapse-docs" --passes "unindent-comments" lib.rs this reproduces given this file:
mod a {
use *;
} |
I'm working on a fix. EDIT: #42885 |
bors
added a commit
that referenced
this issue
Jun 26, 2017
rustdoc: Don't ICE on `use *;` Fixes #42875
bors
added a commit
that referenced
this issue
Jun 26, 2017
rustdoc: Don't ICE on `use *;` Fixes #42875
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run
cargo rustdoc --lib -- --no-defaults --passes "collapse-docs" --passes "unindent-comments"
on this commit of the xc2bit crate: https://github.com/azonenberg/openfpga/tree/d91cc0e9927a5c106b8b50c76111a33970a81def/src/xc2bit, the compiler encounters an unexpected panic. The backtrace is:The text was updated successfully, but these errors were encountered: