Closed
Description
Right now it just pulls down the nightly tarball directly, which it knows by name. To work with arbitrary release channels it needs to download the manifest (e.g. 'channel-rust-nightly') and pull the correct installer name from it. The artifacts will not always have predictable names, particularly on the stable channel. Add a '--channel=' flag to rustup.sh.