-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not compile on 1.28.0-nightly (4ecf12bf0 2018-06-02) #2829
Comments
$ cargo +nightly version
cargo 1.28.0-nightly (c3b09c968 2018-05-27)
$ rustup run nightly rustc --version
rustc 1.28.0-nightly (4ecf12bf0 2018-06-02)
$ rustup toolchain list
stable-x86_64-apple-darwin (default)
nightly-x86_64-apple-darwin |
on it |
So... this is fixed on master, but we're blocked on a cargo bug (rust-lang/cargo#5427 ) that prevents us from publishing clippy |
@oli-obk shall we (temporarily) disable edition? |
It seems that upstream issue is resolved now 👍 Any ETA on pushing the new crate? |
good question. I'll try to bump the cargo submodule in rustc. |
@oli-obk wouldn't it work if you (or somebody else with crates.io permission) cloned |
lol. that would indeed work. I don't like it, but I might just do it |
Temporary workaround: |
published 0.0.207 |
The text was updated successfully, but these errors were encountered: