We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://pastebin.com/uJFaC3Fg
I tried this code:
cargo clippy -- -W clippy::pedantic
I expected to see this happen:
clippy successfully runs
Instead, this happened:
~/FatesList ❯❯❯ rustc -Vv rustc 1.61.0-nightly (58f11791a 2022-03-17) binary: rustc commit-hash: 58f11791af4f97572e7afd83f11cffe04bbbd12f commit-date: 2022-03-17 host: x86_64-unknown-linux-gnu release: 1.61.0-nightly LLVM version: 14.0.0 ~/FatesList ❯❯❯
@rustlabel +ice
The text was updated successfully, but these errors were encountered:
This is a known rustc bug, should be fixed in the latest nightly: rust-lang/rust#94998 Closing
Sorry, something went wrong.
No branches or pull requests
Summary
https://pastebin.com/uJFaC3Fg
Reproducer
I tried this code:
I expected to see this happen:
clippy successfully runs
Instead, this happened:
https://pastebin.com/uJFaC3Fg
Version
Additional Labels
@rustlabel +ice
The text was updated successfully, but these errors were encountered: