Update windows.md#3778
Conversation
Modified the command to choose the 64-bit GNU toolchain as the linker
|
The original command looks correct to me. Can you show what error you got? |
|
@Womoemy Thanks for sending this PR! Looks like you're setting up Rust on Windows with MSVC. On the one hand, the Rust Book is aware that its instructions for Windows/MSVC users are not clear enough, so recently a change has been made (rust-lang/book#3616) to make them point to the relevant section of the Rustup User Guide. For the moment being, you can use the latter link for the MSVC setup instructions. On the other hand, if you want to use Windows/GNU instead, However, we do recognize that the step above is not enough to change the default toolchain being used (i.e. you need to run Given the two points above, I'm closing this PR now. Thanks again for offering your help to improve the Rustup project, and have a nice day! |


Modified the command to choose the 64-bit GNU toolchain as the linker. The previous one didn't work as intended and returned an error.