I have installed Rust on windows from Rust installation page. After installation I tried running the \"hello world\" program but got the following error.
Download the Visual Studio 2019 Build tools from the Microsoft website: https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16
rustup uninstall toolchain stable-x86_64-pc-windows-msvcrustup toolchain install stable-x86_64-pc-windows-gnu(or download rustup-init for the platform of your choice at https://forge.rust-lang.org/infra/other-installation-methods.html)rustup default stable-x86_64-pc-windows-gnu