rust/crates/hir
bors a6606d1767 Auto merge of #16698 - regexident:param-derives, r=Veykril
Derive `PartialEq`, `Eq` & `Hash` for `hir::Param`

Since `hir::SelfParam`, as well as all members of `hir::Param` already implement `PartialEq`, `Eq` & `Hash` it seems reasonable to also make `hir::Param` implement those.

(the change is motivated by an outside use of the `ra_ap_hir` crate that would benefit from being able to collect params in a `HashSet`)
2024-02-29 14:33:37 +00:00
..
src Auto merge of #16698 - regexident:param-derives, r=Veykril 2024-02-29 14:33:37 +00:00
Cargo.toml internal: switch to tracing from log 2024-01-30 12:27:31 -05:00