Skip to content

intra-doc links: Link to method is not recognized #8487

@crumblingstatue

Description

@crumblingstatue
pub struct Foo;

impl Foo {
    /// The bar function. Also see [baz].
    ///
    /// [baz]: Foo::baz
    pub fn bar() {}
    /// The baz function.
    pub fn baz() {}
}

Rust-analyzer doesn't recognize [baz], but rustdoc renders it fine.

Version: 0.2.554 (vscode)

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-idegeneral IDE featuresS-actionableSomeone could pick this issue up and work on it right now

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions