-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 --theme-checker panics when given an empty file #61145
Labels
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Comments
Line 113 in dec4c52
When An easy fix would be to change that |
estebank
added
the
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
label
May 25, 2019
Another possible fix is simply: while pos + 1 < v.len() { |
GuillaumeGomez
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
and removed
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
labels
May 25, 2019
Sending the fix quickly! |
Centril
added a commit
to Centril/rust
that referenced
this issue
Jun 21, 2019
…=kinnison Fix theme-checker failure Fixes rust-lang#61145. I didn't find a way to check it without strongly depending on the output... Is there a way to check if a program fails without checking its output? r? @QuietMisdreavus
Centril
added a commit
to Centril/rust
that referenced
this issue
Jun 21, 2019
…=kinnison Fix theme-checker failure Fixes rust-lang#61145. I didn't find a way to check it without strongly depending on the output... Is there a way to check if a program fails without checking its output? r? @QuietMisdreavus
Centril
added a commit
to Centril/rust
that referenced
this issue
Jun 21, 2019
…=kinnison Fix theme-checker failure Fixes rust-lang#61145. I didn't find a way to check it without strongly depending on the output... Is there a way to check if a program fails without checking its output? r? @QuietMisdreavus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run the following commands:
Rustdoc outputs the following:
I would have expected it to output a list of missing rules, without panicking.
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: