rust/tests
bors a8017ae131 Auto merge of #12153 - GuillaumeGomez:non-exhaustive, r=llogiq
Don't emit `derive_partial_eq_without_eq` lint if the type has the `non_exhaustive` attribute

Part of https://github.com/rust-lang/rust-clippy/issues/9063.

If a type has a field/variant with the `#[non_exhaustive]` attribute or the type itself has it, then do no emit the `derive_partial_eq_without_eq` lint.

changelog: Don't emit `derive_partial_eq_without_eq` lint if the type has the `non_exhaustive` attribute
2024-01-22 18:20:12 +00:00
..
test_utils
ui Auto merge of #12153 - GuillaumeGomez:non-exhaustive, r=llogiq 2024-01-22 18:20:12 +00:00
ui-cargo fix: add fix for bug, fix test name 2024-01-13 17:44:27 -07:00
ui-internal Update ui tests 2024-01-20 16:47:08 +01:00
ui-toml Change PublicallyExported -> PubliclyExported 2024-01-14 01:14:05 +01:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs
dogfood.rs
headers.rs
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs