Open
Description
rust/src/librustdoc/html/render/mod.rs
Line 2328 in 65f3f8b
This leads to
when the Implementors column is empty
This is finiky to implement, cant just find the html id's for a given item cannot be determined from that item, due to the derive_id
makeing the id dependent on cx
state.
rust/src/librustdoc/html/render/mod.rs
Lines 1694 to 1703 in cebd2dd
A way around this would be to add a HashMap<DefId, String>
to Context
, but I'm not sure if this is the best way arround this, and would apprecieate other ideas.
@rustbot claim
@rustbot modify labels: +A-rustdoc-ui +T-rustdoc