Make "Implementations on Foreign Types" items in sidebar link to specific impls#60307
Make "Implementations on Foreign Types" items in sidebar link to specific impls#60307bors merged 1 commit intorust-lang:masterfrom dima74:fix/56018
Conversation
|
(rust_highfive has picked a reviewer for you, use r? to override) |
|
Thanks! Please add tests. |
|
The job 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 |
|
@GuillaumeGomez yes, added |
|
The job 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 |
|
Awesome! Thanks. :) @bors: r+ |
|
📌 Commit d2b4f4d has been approved by |
Make "Implementations on Foreign Types" items in sidebar link to specific impls This solves rust-lang#56018 for most cases (though not work for foreign impls with same names)
Make "Implementations on Foreign Types" items in sidebar link to specific impls This solves rust-lang#56018 for most cases (though not work for foreign impls with same names)
Rollup of 5 pull requests Successful merges: - #60292 (Replace the `&'tcx List<Ty<'tcx>>` in `TyKind::Tuple` with `SubstsRef<'tcx>`) - #60307 (Make "Implementations on Foreign Types" items in sidebar link to specific impls) - #60309 (Add 1.34.1 release notes) - #60315 (bootstrap: use correct version numbers for llvm-tools and lldb) - #60316 (Use "capacity" as parameter name in with_capacity() methods) Failed merges: r? @ghost
This solves #56018 for most cases (though not work for foreign impls with same names)