#Cross-typechecking with rust-analyzer
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
Hello, everyone!
I am changing some windows-specific code of a crate, while dev-ing everything on Linux and need to see if everything compiles correctly. Does anyone know how to make rust-analyzer typecheck my code as if cfg(windows) is set?