This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

rust install behind proxy

seyon(25)
Published in
#rust
Words
9
Reading
1 min
Listen
Play
9y

download and unzip

https://static.rust-lang.org/dist/rust-1.24.0-i686-pc-windows-gnu.tar.gz

move folder

move C:\rust\rust-std-i686-pc-windows-gnu\lib\rustlib\i686-pc-windows-gnu C:\rust\rustc\lib\rustlib

path set

C:\rust\rustc\bin;C:\rust\rust-mingw\lib\rustlib\i686-pc-windows-gnu\bin;

test compile

fn main() {
    println!("Hello, world!");
}
rustc main.rs
rust install behind proxy | Ecency