mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +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``````