mutable_key_type
doesn't mention the type which makes it confusing
#10619
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
Summary
I'm not sure whether this is a false positive, there are lots of maps involved here and clippy doesn't tell me what it's complaining about. At least I have no clues where it could be coming from.
instances
is of typeUnordMap<DefId, HashMap<&List<GenericArg>, CrateNum, BuildHasherDefault<FxHasher>>>
where
Lint Name
mutable_key_type
Reproducer
I sadly don't have a simple reproducer, but I ran clippy in rust-lang/rust 1c39afb
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: