You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
editor or extension: (eg. VSCode, Vim, Emacs, etc. For VSCode users, specify your extension version; for users of other editors, provide the distribution if applicable)
relevant settings: (eg. client settings, or environment variables like CARGO, RUSTC, RUSTUP_HOME or CARGO_HOME)
repository link (if public, optional): (eg. rust-analyzer)
rust-analyzer version: rust-analyzer version: 0.3.2353-standalone (37acea8 2025-03-23)
rustc version: rustc 1.85.1 (4eb161250 2025-03-15)
editor or extension: (eg. VSCode, Vim, Emacs, etc. For VSCode users, specify your extension version; for users of other editors, provide the distribution if applicable)
relevant settings: (eg. client settings, or environment variables like
CARGO
,RUSTC
,RUSTUP_HOME
orCARGO_HOME
)repository link (if public, optional): (eg. rust-analyzer)
code snippet to reproduce:
rust-analyzer/crates/ide/src/syntax_highlighting/tests.rs
Lines 1071 to 1074 in c7845a6
A [Struct] in inner comment is not link.

It's need to remove a outer comments.

Or adding a path to resolve from module parents.

The text was updated successfully, but these errors were encountered: