We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extern static
extern "C" { static UNIT: (); } fn f() { &UNIT; }
When I hover over UNIT inside f I don't see the definition the same way that I would if I'd hover over an extern function.
UNIT
f
rust-analyzer version: 0.3.1850-standalone