```rust pub struct Hotkey; /// [`Hotkey`] pub mod key {} ``` rust-analyzer fails to resolve the link here, but rustdoc does it successfully. rust-analyzer works if the link is changed to point to `super::Hotkey` instead, but then rustdoc complains.