intra-doc links: resolve modules in the type namespace Fixes https://github.com/rust-lang/rust/issues/62830 Modules actually live in the type namespace, not all three, and it's not possible to clash a type with a module.
ignore-stage1