Installing rust nightly with rustup returns this error:
info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
info: latest update on 2019-01-10, rust version 1.33.0-nightly (6ecad3383 2019-01-09)
info: downloading component 'rustc'
error: failed to parse url: nightly/2019-01-10/rustc-nightly-x86_64-unknown-linux-gnu.tar.xz
info: caused by: relative URL without a base
We're aware of this and a fix is pending in https://github.com/rust-lang/rust/pull/57484. Sorry for the trouble!
You can mitigate this by using rustup install nightly-2019-01-09
instead of today's nightly, and then use +nightly-2019-01-09
in place of +nightly
.
Thanks for pinning this, just wanted to file a new issue. :)
failed to parse url again 馃槄馃槀!
The issue will be fixed in the next nightly. Sorry for the trouble.
No, I think it's fixed (despite finishing 20 minutes after UTC midnight 馃槄)
Oh, ok then 馃帀馃帀馃帀
Most helpful comment
You can mitigate this by using
rustup install nightly-2019-01-09
instead of today's nightly, and then use+nightly-2019-01-09
in place of+nightly
.