rust/tests
Samuel Tardieu 47b987eccb
Do not show spans from external crates in missing_trait_methods
Pointing to the missing method definition in external crates will use
paths which depend on the system, and even on the Rust compiler version
used when the iterator is defined in the standard library.

When the trait being implemented and whose method is missing is
external, point only to the trait implementation. The user will be able
to figure out, or even navigate using their IDE, to the proper
definition.

As a side-effect, this will remove a large lintcheck churn at every Rustup 
for this lint.
2026-01-11 10:53:25 +01:00
..
test_utils
ui Do not show spans from external crates in missing_trait_methods 2026-01-11 10:53:25 +01:00
ui-cargo Merge commit 'd9fb15c4b1' into clippy-subtree-update 2025-10-16 20:38:28 +02:00
ui-internal Merge commit '99edcadfd5' into clippy-subtree-update 2025-12-25 23:24:43 +01:00
ui-toml missing_enforced_import_rename: Do not enforce for underscores 2026-01-07 17:29:11 +00:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs miri: add -Zbinary-dep-depinfo to dependency builds 2025-12-11 18:56:45 +01:00
config-consistency.rs Merge commit 'e9b70454e4' into clippy-subtree-update 2025-09-04 18:27:27 -04:00
config-metadata.rs
dogfood.rs
integration.rs
lint_message_convention.rs
missing-test-files.rs Apply cfg(bootstrap) replacement 2025-09-26 19:09:23 -04:00
no-profile-in-cargo-toml.rs Merge commit '20ce69b9a6' into clippy-subtree-update 2025-09-18 17:21:44 +02:00
symbols-used.rs Merge commit 'd9fb15c4b1' into clippy-subtree-update 2025-10-16 20:38:28 +02:00
versioncheck.rs
workspace.rs