Linker.exe for rustc

I installed rust plugin in CLion. While I tried to compile the hello world progremme I received errors saying that linker file or link.exe not found. I then installed visual c++, yet the problem remains. I'd like to know if there's any way to this problem without installing visual studio.

thanks in advance

You need to install the build tools, specifically.

2 Likes
2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.