mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
dc869fcfb2
rustdoc: Resolve doc links in external traits having local impls For external impls it was done in https://github.com/rust-lang/rust/pull/103192 right away, but the local impl case was forgotten. Fixes https://github.com/rust-lang/rust/issues/104145.