rust/tests
Nilstrieb 84b6049eb9 Use uninit checking from rustc
rustc has proper heuristics for actually checking whether a type allows
being left uninitialized (by asking CTFE). We can now use this for our
helper instead of rolling our own bad version with false positives.
2023-03-21 18:28:06 +01:00
..
test_utils Revert "Dogfood missing_assert_message on Clippy" 2023-03-08 08:51:50 +00:00
ui Use uninit checking from rustc 2023-03-21 18:28:06 +01:00
ui-cargo
ui-internal
ui-toml extract is_interior_mutable_type from [mut_key] to clippy_utils::ty; 2023-03-13 20:17:30 +08:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs Revert "Dogfood missing_assert_message on Clippy" 2023-03-08 08:51:50 +00:00
dogfood.rs
integration.rs Revert "Dogfood missing_assert_message on Clippy" 2023-03-08 08:51:50 +00:00
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs