I have a project written in the Rust language in CLion that I want to be compiled in the Windows Subsystem for Linux and then run there. I'm not sure at all that this is possible.
The poster of this question apparently has it working, but this intellij-rust issue says it isn't possible. Someone in the comments wrote a workaround that doesn't work for me.
How can I setup CLion to compile Rust code in the Windows Subsystem for Linux and run it there when I click on run in CLion?
I don't care about cross-compilation; I just want to be able to continue developing my application. In the end, I'll probably compile it in a clean Docker container on the machine where it will be executed.