rust/tests
Hugh 676d71a45b Defer is_from_proc_macro check and add tests
Move the is_from_proc_macro check inside check_fn_inner to be called
only right before emitting lints, rather than at the entry points.
This avoids the expensive check when early returns would prevent any
lint emission anyway.

Add tests for proc-macro generated code covering all check locations:
- Standalone functions
- Methods in impl blocks
- Trait methods
- Impl blocks with extra lifetimes
2026-01-15 16:39:24 -08:00
..
test_utils
ui Defer is_from_proc_macro check and add tests 2026-01-15 16:39:24 -08: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 Fix undocumented_unsafe_block recognize safety comments inside blocks and on same line in macros (#16339) 2026-01-11 14:50:06 +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