Uh oh!
There was an error while loading. Please reload this page.
Fix doc links in std::cmp module - #64142
Conversation
tesuji
commented
Sep 4, 2019
jonas-schievink
commented
Sep 4, 2019
That's probably due to #59833. Are both |
tesuji
commented
Sep 4, 2019
Yes, they are both working after this PR. I would prefer intra-links issue fixed, but I don't |
jonas-schievink
commented
Sep 4, 2019
Okay, nice. Fixed links are always better than broken ones, so @bors r+ rollup |
bors
commented
Sep 4, 2019
📌 Commit f5b71cc4e8a89e05b4479666550efbca4847bbba has been approved by |
rust-highfive
commented
Sep 4, 2019
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 |
jonas-schievink
commented
Sep 4, 2019
The traits should be the correct ones to document here |
tesuji
commented
Sep 4, 2019
I changed them to point to trait items. |
jonas-schievink
commented
Sep 4, 2019
@bors r+ rollup |
bors
commented
Sep 4, 2019
📌 Commit 470e5e0ee5b5f0dbf3f6261e8c655451c391b2d3 has been approved by |
Uh oh!
There was an error while loading. Please reload this page.
These links are rendered in `core::cmp` but not in `std::cmp`.
jonas-schievink
commented
Sep 4, 2019
@bors r+ |
bors
commented
Sep 4, 2019
📌 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
bors
commented
Sep 5, 2019
☔ The latest upstream changes (presumably #64160) made this pull request unmergeable. Please resolve the merge conflicts. |


r? @jonas-schievink