Replies: 2 comments 1 reply
-
just found this open issue, maybe related?: #17837 |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can't, because you shouldn't need to. Can you reproduce the problem in a new project? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For what ever reason I need to manually "restart" rust-analyzer if I change a single line of code or else it thinks
const
andstatic
variables no longer exist generated by this macro_rules:it also strangely highlights this
use
as "unresolved import" until I restart after every code change:use lazy_static::lazy_static;
How can I hint rust-analyzer to expand macros after lines of code change so I don't see as much red in my editor?
Beta Was this translation helpful? Give feedback.
All reactions