Change cfg target os for rust analyzer #15826
Unanswered
thewh1teagle
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm creating cross platform library in Rust on VScode on windows.
while writing code to MacOS / Linux I mainly use
The problem is that rust analyzer staticly check the code only for the current platoform.
I would like to configure rust analyzer to check for other platform although it's not my current platform, just for getting basic static type checking.
Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions