Rustdoc doesn't link to implementors of a trait where the implementors are in a downstream crate; e.g., rustc_middle::mir::visit::Visitor:

I would think this is a limitation related to #74481, but the implementors are listed, they just aren't linked to, so I'm not sure what the cause is.
Rustdoc doesn't link to implementors of a trait where the implementors are in a downstream crate; e.g.,
rustc_middle::mir::visit::Visitor:I would think this is a limitation related to #74481, but the implementors are listed, they just aren't linked to, so I'm not sure what the cause is.