Closed Michael-F-Bryan closed 8 months ago
For me this was because of something attempting to read my rust-toolchain.toml
, which had an invalid channel name in it.
Closing as I believe this is essentially resolved by #152. I'm uncertain what the exact circumstances that lead to the above error, so it is difficult to reproduce. However, as of that PR, it will ignore nightly if it can't determine the version from it (perhaps it somehow was a dev version?).
While troubleshooting rust-lang/rust#81221 I ran into a panic in
cargo-bisect-rust
where it encountered aUnexpectedVersionFormat
error while installingnightly-2020-10-23
.The annoying part is that I tried to run it again with
RUST_BACKTRACE=1
, and installingnightly-2020-10-23
completed without an issue.