Uh oh!
There was an error while loading. Please reload this page.
Add links for primitives in "jump to definition" feature - #88033
Conversation
rust-highfive
commented
Aug 14, 2021
Some changes occurred in intra-doc-links. cc @jyn514 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
40fb279 to
f94a224CompareUh oh!
There was an error while loading. Please reload this page.
GuillaumeGomez
commented
Aug 16, 2021
I'm totally fine with waiting for it! |
JohnCSimon
commented
Sep 6, 2021
triage: fyi #87073 is still open |
f94a224 to
997b3b6CompareGuillaumeGomez
commented
Sep 13, 2021
#87073 has been merged, the PR has been rebased and updated to take the changes into account making it much smaller. Ready for the next review round! :) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jyn514
commented
Sep 13, 2021
You're right, this is a lot simpler now :) |
997b3b6 to
96c42f6CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
96c42f6 to
d73c0a3CompareGuillaumeGomez
commented
Sep 13, 2021
Updated! |
jyn514
commented
Sep 13, 2021
r=me once CI is passing |
GuillaumeGomez
commented
Sep 13, 2021
@bors: r=jyn514 |
bors
commented
Sep 13, 2021
📌 Commit d73c0a3 has been approved by |
…e, r=jyn514 Add links for primitives in "jump to definition" feature Follow-up of rust-lang#84176. I created a function `primitive_from_str` which is code that was originally in `collect_intra_doc_links::resolve_primitive` to prevent code duplication. I also created the `primitive_link_url` function which is somewhat similar to `primitive_link` but too much different to merge both of them. r? `@jyn514`
…laumeGomez Rollup of 7 pull requests Successful merges: - rust-lang#88033 (Add links for primitives in "jump to definition" feature) - rust-lang#88722 (Make `UnsafeCell::get_mut` const) - rust-lang#88851 (Fix duplicate bounds for const_trait_impl) - rust-lang#88859 (interpreter PointerArithmetic: use new Size helper methods) - rust-lang#88885 (Fix jump def background) - rust-lang#88894 (Improve error message for missing trait in trait impl) - rust-lang#88896 (Reduce possibility of flaky tests) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Follow-up of #84176.
I created a function
primitive_from_strwhich is code that was originally incollect_intra_doc_links::resolve_primitiveto prevent code duplication.I also created the
primitive_link_urlfunction which is somewhat similar toprimitive_linkbut too much different to merge both of them.Part of #89095.
r? @jyn514