mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-30 12:36:38 +00:00
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.