-
Notifications
You must be signed in to change notification settings - Fork 13k
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
doc tests fail without any information when missing back quotes. #59557
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Comments
Centril
added
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
labels
Mar 30, 2019
jonas-schievink
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
and removed
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
labels
Mar 30, 2019
Centril
added
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
labels
Mar 30, 2019
jonas-schievink
added
the
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
label
Mar 30, 2019
I was wrong. I have a fix incoming. |
Oh hey, this looks to be related to #60065 (comment) and #59313, cc @ollie27 |
kennytm
added a commit
to kennytm/rust
that referenced
this issue
May 2, 2019
…rrors, r=QuietMisdreavus report fatal errors during doctest parsing Fixes rust-lang#59557.
Centril
added a commit
to Centril/rust
that referenced
this issue
May 2, 2019
…rrors, r=QuietMisdreavus report fatal errors during doctest parsing Fixes rust-lang#59557.
Centril
added a commit
to Centril/rust
that referenced
this issue
May 3, 2019
…rrors, r=QuietMisdreavus report fatal errors during doctest parsing Fixes rust-lang#59557.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Doc test with missing closing back quotes fail without any explanation.
cargo test
:Expected outcome: error while compiling the tests.
tested versions:
rustc --version --verbose
The text was updated successfully, but these errors were encountered: