-
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
Switch to intra-doc links in core/src/{convert,iter}/mod.rs #75969
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's avoid repeating Iterator::
everywhere; it's pretty clear here that's what we're talking about and the Iterator docs are already pretty long.
Hmm ... This looks like either #74489 or #75649. If you wait for the beta bump today they should both be fixed. |
Beta was bumped today, try rebasing and see if it fixes the CI failure? |
@jyn514 tried rebasing twice still filing for the same reason, should I revert the change? |
Fix intra-doc links for associated constants Previously, only associated functions would be resolved. Fixes the issues in rust-lang#75969 (comment). I'm a little uncomfortable hard-coding the string constants, but it looks like that's how it's done elsewhere. I might make a follow-up PR at some point putting it in one place. Not sure how to test associated types, since AFAIK there aren't any on primitives. r? @Manishearth
@jyn514 checks passed, I have set a reminder to fix this later |
@bors r+ rollup |
📌 Commit 7ea4c28 has been approved by |
@bors r- Sorry - I missed a broken link. This will no longer resolve: https://github.com/rust-lang/rust/pull/75969/files#diff-d95315c7bb4e51591e307e2659bad42bL42 because you removed the |
ok let me add |
@bors r+ rollup |
📌 Commit 523fea4 has been approved by |
Switch to intra-doc links in core/src/{convert,iter}/mod.rs Partial fix for rust-lang#75080 @rustbot modify labels: T-doc, A-intra-doc-links, T-rustdoc r? @jyn514 couldn't fix these ```rust ../../std/string/struct.String.html ../../std/primitive.never.html ../../std/sync/mpsc/struct.TryIter.html ```
Switch to intra-doc links in core/src/{convert,iter}/mod.rs Partial fix for rust-lang#75080 @rustbot modify labels: T-doc, A-intra-doc-links, T-rustdoc r? @jyn514 couldn't fix these ```rust ../../std/string/struct.String.html ../../std/primitive.never.html ../../std/sync/mpsc/struct.TryIter.html ```
Switch to intra-doc links in core/src/{convert,iter}/mod.rs Partial fix for rust-lang#75080 @rustbot modify labels: T-doc, A-intra-doc-links, T-rustdoc r? @jyn514 couldn't fix these ```rust ../../std/string/struct.String.html ../../std/primitive.never.html ../../std/sync/mpsc/struct.TryIter.html ```
Rollup of 9 pull requests Successful merges: - rust-lang#75969 (Switch to intra-doc links in core/src/{convert,iter}/mod.rs) - rust-lang#76023 (Liballoc extend use intra doc link) - rust-lang#76033 (Add missing hyphen) - rust-lang#76052 (rust-langGH-66816: Remove disable attr before return) - rust-lang#76055 (Keep doc standard for Vec DrainFilter) - rust-lang#76058 (Use assertions on Vec doc) - rust-lang#76069 (Use explicit intra-doc link in path for Vec resize) - rust-lang#76117 (Update README.md) - rust-lang#76134 (Update MinGW instructions to include ninja) Failed merges: r? @ghost
Partial fix for #75080
@rustbot modify labels: T-doc, A-intra-doc-links, T-rustdoc
r? @jyn514
couldn't fix these