Open
Description
As an extension to #38414 and #39589, any hyperlinked reference to some type should be checked against everything within that crate - within any dependent crate too, if possible. This will help clear the confusion between the perennial problem types in std, std::result::Result
and std::io::Result
(and to a lesser extent, std::io::Write
and std::fmt::Write
).
Some before/after screenshots made with chrome's inspector with what I have in mind: