You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected to see this happen: Two links in the sidebar of AnotherStruct to AnAmazingTrait, one under "Trait Implementations" going to the specific impl, another under "Blanket Implementations" going to the blanket impl.
Instead, this happened: Two links in the sidebar, but both link to the specific impl.
…links, r=notriddle
Fix duplicated impl links
Fixesrust-lang#78701.
The problem is that the blanket impl has the same ID as the other impl, except that we don't derive IDs when we generate the sidebar. We now do.
r? `@notriddle`
I tried this code:
I expected to see this happen: Two links in the sidebar of
AnotherStruct
toAnAmazingTrait
, one under "Trait Implementations" going to the specific impl, another under "Blanket Implementations" going to the blanket impl.Instead, this happened: Two links in the sidebar, but both link to the specific impl.
Meta
@rustbot modify labels: +T-rustdoc
The text was updated successfully, but these errors were encountered: