Closed o1iv3r closed 4 years ago
Did you install both the 32-bit and 64-bit rust targets?
Thanks for the quick reply! I think so... this is the version I see on cmd: stable-x86_64-pc-windows-msvc unchanged - rustc 1.45.0 (5c1f21c3b 2020-07-13)
You need to gnu
targets, not msvc, see the readme.
Sorry... new to Rust. Thank you!
Hi, when trying to install with devtools::install_github() I receive the following error:
Rust is installed and hello world runs.
Thank you, Oliver