rust/tests/rustdoc/inline_cross
Takayuki Maeda 40e3fcfd59
Rollup merge of #112920 - fmease:rustdoc-fix-112904, r=GuillaumeGomez
rustdoc: render generic params & where-clauses of cross-crate assoc tys in impls

We used to only ever render generic parameters & where-clauses of cross-crate associated types when the item was located inside of a trait and we used to just drop them when it was inside of an impl block (trait or inherent).

Fixes #112904.

`@rustbot` label A-cross-crate-reexports
2023-06-26 23:16:16 +09:00
..
auxiliary Rollup merge of #112920 - fmease:rustdoc-fix-112904, r=GuillaumeGomez 2023-06-26 23:16:16 +09:00
add-docs.rs
assoc_item_trait_bounds.out0.html
assoc_item_trait_bounds.out2.html
assoc_item_trait_bounds.out9.html
assoc_item_trait_bounds.rs rustdoc: render gen params & where-clauses of cross-crate assoc tys in impl blocks 2023-06-24 12:20:26 +02:00
assoc-const-equality.rs rustdoc: handle assoc const equalities in cross-crate impl-Trait-in-arg-pos 2023-06-25 15:42:32 +02:00
assoc-items.rs
cross-glob.rs
default-trait-method.rs
dyn_trait.rs rustdoc: re-elide cross-crate default trait object lifetime bounds 2023-06-07 13:29:36 +02:00
hidden-use.rs
impl_trait.rs
impl-inline-without-trait.rs
implementors-js.rs
inline_hidden.rs
issue-24183.method_no_where_self_sized.html
issue-24183.rs
issue-28480.rs
issue-31948-1.rs
issue-31948-2.rs
issue-31948.rs
issue-32881.rs
issue-33113.rs
macro-vis.rs
macros.rs
proc_macro.rs
renamed-via-module.rs
repr.rs
trait-vis.rs
use_crate.rs