You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extracts the file, leaving the Rust distribution in build/%RUST_TAR_GZ_BASE%
SET PATH=%cd%\build%RUST_TAR_GZ_BASE%\rustc\bin;%cd%\build%RUST_TAR_GZ_BASE%\cargo\bin;%PATH%
Then, I could successfully build with cargo build. This worked fine through rustc 1.5.0-nightly (d3f4978 2015-10-18) / cargo 0.6.0-nightly (1a6d6c4 2015-10-18). However, as of rustc 1.5.0-nightly (7275d3d 2015-10-20) / cargo 0.6.0-nightly (65f50e7 2015-10-19), this has stopped working with the error "can't find crate for std [E0463]"