-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thing
Description
Summary
Reproducer
I tried this code:
cargo clippy -- -W clippy::pedantic
I expected to see this happen:
clippy successfully runs
Instead, this happened:
Version
~/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 ❯❯❯
Additional Labels
@rustlabel +ice
Metadata
Metadata
Assignees
Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thing
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
matthiaskrgr commentedon Mar 19, 2022
This is a known rustc bug, should be fixed in the latest nightly: rust-lang/rust#94998
Closing