-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Add more documentation to Diagnostic
and DiagnosticBuilder
#80046
Conversation
r? @lcnr (rust-highfive has picked a reviewer for you, use r? to override) |
👍 do we check that all intradoc links were successfully resolved? @bors r+ rollup |
📌 Commit 6f61866f15cc79dc20e39613f08c94f2f6b18f6a has been approved by |
looks like CI is still failing @bors r- |
We have a linkchecker script that should be run by CI. |
Actually, I'm not sure if it works for compiler docs though. |
unsuccessfull -> unsuccessful
@lcnr should be good to go now |
@bors r+ rollup |
📌 Commit 10487cd has been approved by |
Rollup of 5 pull requests Successful merges: - rust-lang#78164 (Prefer regions with an `external_name` in `approx_universal_upper_bound`) - rust-lang#80003 (Fix overflow when converting ZST Vec to VecDeque) - rust-lang#80023 (Enhance error message when misspelled label to value in break expression) - rust-lang#80046 (Add more documentation to `Diagnostic` and `DiagnosticBuilder`) - rust-lang#80109 (Remove redundant and unreliable coverage test results) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
cc @estebank