-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
rustdoc panics if target crate has compilation errors #19181
Comments
This is a more general problem with |
@tomjakubowski Ah yes, you are right, I've seen that before. Do you know if there's a tracking issue for that (rustdoc panics on any compilation error)? |
@japaric I don't think there is a more general issue for this, might be reasonable to repurpose this issue :) |
#![deny(missing_docs]
and associated items
@tomjakubowski Done! |
@steveklabnik I think this should not be tagged I-ICE since it is strictly a |
Triaging this issue. It still happens on |
The two testcases don't panic for me (fixed/needstest ?)
|
Yeah, this has been fixed. E-needstest.
|
…lacrum Add tests for issues with the E-needstest label Fixes rust-lang#19181. Fixes rust-lang#29516. Fixes rust-lang#29798. Fixes rust-lang#33504. Fixes rust-lang#34780. Fixes rust-lang#39211. Fixes rust-lang#39467. Fixes rust-lang#39720.
Updated issue
STR
Output
Original issue: rustdoc panics with
#![deny(missing_docs]
and associated itemsSTR
Output
Version
#19174 on top of c9f6d69
cc @tomjakubowski
The text was updated successfully, but these errors were encountered: