You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to install the beta channel in order to test Rust 2018, but I ran into rust-lang/rust#55817. It was difficult to figure out what was happening; I was quite confused by the rustup output:
$ rustup install beta
info: syncing channel updates for 'beta-x86_64-apple-darwin'
info: latest update on 2018-11-09, rust version 1.31.0-beta.5 (bf00632e3 2018-11-08)
beta-x86_64-apple-darwin unchanged - (toolchain not installed)
I thought I must be using the wrong rustup commands, and spent a lot of time trying different things before concluding that it was not user error.