Closed ckoparkar closed 5 years ago
With a rust-toolchain file, we no longer have to rustup override set nightly/cargo +nightly build to get Cargo to use the correct toolchain.
rustup override set nightly
cargo +nightly build
With a rust-toolchain file, we no longer have to
rustup override set nightly
/cargo +nightly build
to get Cargo to use the correct toolchain.