mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
89902f436f
Correctly link to associated trait items in reexports Fixes rust-lang/rust#148008. Issue was that we didn't add anchors in this case. r? ``````@lolbinarycat``````