rustdoc search doesn't handle non-trait impl
s in a different module to the type definition
#10284
Labels
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
std::path::Path
has some methods impl'd instd::rt::io::fs
; searching for, e.g.,exists
links tostd::rt::io::fs::Path
as if the struct was defined there.The text was updated successfully, but these errors were encountered: