```rust //! A link to [`Bar`]. mod foo { pub struct Bar; } pub use foo::*; /// The docs pub use foo::Bar; ``` does the intra-doc-link have the docs? answer: it depends if you have `--document-private-items`