-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
C-bugCategory: bugCategory: bug
Description
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
0.3.2474-standalone
rustc version: (eg. output of rustc -V
)
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)
VSCODE
relevant settings: (eg. client settings, or environment variables like CARGO
, RUSTC
, RUSTUP_HOME
or CARGO_HOME
)
None
repository link (if public, optional): (eg. rust-analyzer)
- https://github.com/rust-lang/rust-analyzer
- revision ed608f592e0a038db4d03ed4af58fd171bd3b3c0qqq
- file crates/hir/src/display.rs
- line 247:
write!(f, "{}", self.name(f.db).display(f.db, f.edition()))?;
- put the cursor on
na|me(f.db),
and press F12, nothing happens
Metadata
Metadata
Assignees
Labels
C-bugCategory: bugCategory: bug