We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
With intra-doc-links, the following works:
/// [Self::bar] pub struct Foo; impl Foo { /// [Self::bar] fn bar() {} }
but this does not:
/// [bar] pub struct Foo; impl Foo { /// [bar] fn bar() {} }
For structs and impls we should try resolving things against Self anyway
Self