We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
extern static
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
c888724
Successfully merging a pull request may close this issue.
When I hover over
UNIT
insidef
I don't see the definition the same way that I would if I'd hover over an extern function.rust-analyzer version: 0.3.1850-standalone
The text was updated successfully, but these errors were encountered: