Help wanted: broken intra-doc link to method on pub type alias when the underlying stuff is `#[doc(hidden)]`

15 · Users Rust Lang · July 12, 2026, 1:52 p.m.
Summary
The post discusses an issue with generating documentation in Rust where an intra-doc link to a method is broken due to the use of the `#[doc(hidden)]` attribute on its type. The author seeks clarification on whether this behavior is expected and how to make the link functional despite the hidden documentation.