-
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
Fix doc links in std::cmp
module
#64142
Conversation
That's probably due to #59833. Are both |
Yes, they are both working after this PR. I would prefer intra-links issue fixed, but I don't |
Okay, nice. Fixed links are always better than broken ones, so @bors r+ rollup |
📌 Commit f5b71cc4e8a89e05b4479666550efbca4847bbba has been approved by |
Your PR failed (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
The traits should be the correct ones to document here |
I changed them to point to trait items. |
@bors r+ rollup |
📌 Commit 470e5e0ee5b5f0dbf3f6261e8c655451c391b2d3 has been approved by |
These links are rendered in `core::cmp` but not in `std::cmp`.
@bors r+ |
📌 Commit b6f9523 has been approved by |
Fix doc links in `std::cmp` module r? @jonas-schievink
Fix doc links in `std::cmp` module r? @jonas-schievink
Rollup of 15 pull requests Successful merges: - #62860 (Stabilize checked_duration_since for 1.38.0) - #63549 (Rev::rposition counts from the wrong end) - #63985 (Stabilize pin_into_inner in 1.39.0) - #64005 (Add a `Place::is_indirect` method to determine whether a `Place` contains a `Deref` projection) - #64031 (Harden `param_attrs` test wrt. usage of a proc macro `#[attr]`) - #64038 (Check impl trait substs when checking for recursive types) - #64043 (Add some more tests for underscore imports) - #64092 (Update xLTO compatibility table in rustc book.) - #64110 (Refer to "`self` type" instead of "receiver type") - #64120 (Move path parsing earlier) - #64123 (Added warning around code with reference to uninit bytes) - #64128 (unused_parens: account for or-patterns and `&(mut x)`) - #64141 (Minimize uses of `LocalInternedString`) - #64142 (Fix doc links in `std::cmp` module) - #64148 (fix a few typos in comments) Failed merges: r? @ghost
☔ The latest upstream changes (presumably #64160) made this pull request unmergeable. Please resolve the merge conflicts. |
r? @jonas-schievink