Cargo install uses rustup override for current folder #7312
Labels
A-rustup
Area: rustup interaction
C-bug
Category: bug
Command-install
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Problem
cargo install
seem to use the rust version specified withrustup override
for the current folder.Steps
4 cargo install xxx (builds with nightly)
Possible Solution(s)
I think it would make more sense to use the default toolchain.
Notes
Output of
cargo version
: cargo 1.39.0-nightly (22f7dd0 2019-08-27)Rust stable 1.37 and nightly 1.39.
FreeBSD 13-CURRENT.
The text was updated successfully, but these errors were encountered: