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 want to install rust, formerly nightly, v1.27.0, dated 2018-05-16. However, when I instruct rustup to do this, 1.27.0-nightly dated 2018-05-15 is active instead, which breaks clippy v0.0.201:
I'm curious if rustup is somehow failing to activate the right dated version, or if the release itself features conflicting timestamps in its packaging? I just don't know.
In any case, as a workaround, I am downgrading clippy further, from v0.0.201 to v0.0.200, which is then compatible with rust 1.27.0-nightly 2018-05-15 AKA 2018-05-16, or really any 1.27.0-nightly on or after 2018-05-13.
The text was updated successfully, but these errors were encountered:
I want to install rust, formerly nightly, v1.27.0, dated 2018-05-16. However, when I instruct rustup to do this, 1.27.0-nightly dated 2018-05-15 is active instead, which breaks clippy v0.0.201:
I'm curious if rustup is somehow failing to activate the right dated version, or if the release itself features conflicting timestamps in its packaging? I just don't know.
In any case, as a workaround, I am downgrading clippy further, from v0.0.201 to v0.0.200, which is then compatible with rust 1.27.0-nightly 2018-05-15 AKA 2018-05-16, or really any 1.27.0-nightly on or after 2018-05-13.
The text was updated successfully, but these errors were encountered: