https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216143
--- Comment #10 from Jean-Sébastien Pédron <[email protected]> --- Status update: Cargo is bootstrapped! That was easy compared to Rust. dumbbell@ref12-aarch64:~/rust % ./nightly/bin/cargo --version cargo-0.17.0-nightly (38f52ea8 2017-02-02) dumbbell@ref12-aarch64:~/rust % cargo new hello_world --bin Created binary (application) `hello_world` project dumbbell@ref12-aarch64:~/rust % cd hello_world/ dumbbell@ref12-aarch64:~/rust/hello_world % cargo build Compiling hello_world v0.1.0 (file:///home/dumbbell/rust/hello_world) Finished dev [unoptimized + debuginfo] target(s) in 3.50 secs dumbbell@ref12-aarch64:~/rust/hello_world % ./target/debug/hello_world Hello, world! dumbbell@ref12-aarch64:~/rust/hello_world % cargo run Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs Running `target/debug/hello_world` Hello, world! -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
