Confusing rustup message: can't find checksums for stable channel
Open
- Dominant language
- Shell
- Stars
- 651
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
```
-> % multirust update stable
multirust: installing toolchain 'stable'
rustup: gpg available. signatures will be verified
rustup: downloading manifest for 'stable'
rustup: command failed: curl -s -f -O https://static.rust-lang.org/dist/channel-rust-stable.toml.sha256
rustup: couldn't download checksum file 'https://static.rust-lang.org/dist/channel-rust-stable.toml.sha256'
```
There's neither toml file nor checksums for it in `/dist/` directory for stable channel, so it's just confusing during `multirust update stable` invocation.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.