I have a VPS running x86_64 Debian unstable so I installed Rust on it now. I compiled an hello world on the VPS, the content of which is: fn main () { println!("hello world"); } using rustc main.rs and the resulting…
I attempted to install Rust on my ODROID-XU3 (which is running Lubuntu 14.04.1 LTS) just now by running: curl -s https://static.rust-lang.org/rustup.sh | sudo sh The resulting output was: rustup: CFG_CURL :=…
I have a VPS running x86_64 Debian unstable so I installed Rust on it now. I compiled an hello world on the VPS, the content of which is: fn main () { println!("hello world"); } using rustc main.rs and the resulting…
I attempted to install Rust on my ODROID-XU3 (which is running Lubuntu 14.04.1 LTS) just now by running: curl -s https://static.rust-lang.org/rustup.sh | sudo sh The resulting output was: rustup: CFG_CURL :=…