rust/tests
Philipp Krones 82afb16179 Add variant_name function to LangItem
Clippy has an internal lint that checks for the usage of hardcoded def
paths and suggests to replace them with a lang or diagnostic item, if
possible. This was implemented with a hack, by getting all the variants
of the `LangItem` enum and then index into it with the position of the
`LangItem` in the `items` list. This is no longer possible, because the
`items` list can't be accessed anymore.
2022-11-17 20:06:25 +01:00
..
test_utils
ui cleanup and dedupe CTFE and Miri error reporting 2022-11-16 10:13:29 +01:00
ui-cargo
ui-internal Add variant_name function to LangItem 2022-11-17 20:06:25 +01:00
ui-toml
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup 2022-10-23 15:18:45 +02:00
dogfood.rs Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup 2022-10-23 15:18:45 +02:00
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup 2022-10-23 15:18:45 +02:00
workspace.rs