rust/compiler/rustc_lint_defs
bors 1f2bacf677 Auto merge of #115893 - RalfJung:match-require-partial-eq, r=oli-obk
lint towards rejecting consts in patterns that do not implement PartialEq

I think we definitely don't want to allow such consts, so even while the general plan around structural matching is up in the air, we can start the process of getting non-PartialEq matches out of the ecosystem.
2023-09-26 13:38:28 +00:00
..
src Auto merge of #115893 - RalfJung:match-require-partial-eq, r=oli-obk 2023-09-26 13:38:28 +00:00
Cargo.toml Use serde_json for json error messages 2022-06-03 16:46:19 +00:00