-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Use intra-doc-links in alloc
#75725
Use intra-doc-links in alloc
#75725
Conversation
30 second review: the errors from CI are
Two points:
|
9b4ee57
to
648bc51
Compare
648bc51
to
1ababd8
Compare
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.
Mostly looks great, a couple suggestions. There's one broken link I'm very confused how rustdoc didn't catch.
fbe9585
to
5ead554
Compare
@bors r+ rollup Thanks for the PR! |
📌 Commit 5ead554a572cea8067e5633fe61b7500eb31fcf7 has been approved by |
@jyn514 The following link isn’t resolved properly;
Could you r-? I can’t fix it immediately |
@bors r- |
5ead554
to
e0b7b9f
Compare
@jyn514 Should be good now 🤞 |
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
e0b7b9f
to
97072c6
Compare
@bors r+ rollup Thanks for the PR! Congratulations on taking on so many files in your first intra-doc PR 😆 |
📌 Commit 97072c6 has been approved by |
That was nothing compared to #73622 🙄 |
Rollup of 12 pull requests Successful merges: - rust-lang#75705 (Move to intra-doc links for /library/core/src/intrinsics.rs) - rust-lang#75711 (Split `astconv.rs` into its own submodule) - rust-lang#75718 (Don't count variants/fields/consts/associated types in doc-coverage doc examples) - rust-lang#75725 (Use intra-doc-links in `alloc`) - rust-lang#75745 (Remove duplication in `fold_item`) - rust-lang#75753 (Another motivation for CFG: return-oriented programming) - rust-lang#75769 (Minor, remove double nesting of a test module) - rust-lang#75771 (Extend normalization in const-eval-query-stack test) - rust-lang#75781 (More inline asm register name fixups for LLVM) - rust-lang#75782 (Convert core/src/str/pattern.rs to Intra-doc links) - rust-lang#75787 (Use intra-doc-links in `core::ops::*`) - rust-lang#75788 (MIR call terminator represents diverging calls too) Failed merges: - rust-lang#75773 (Introduce expect snapshot testing library into rustc) r? @ghost
I didn't have time to test this, so I will let the CI do it for me.
r? @jyn514 cc #75080