rust/tests/ui/auxiliary
bors f1a552ccec Auto merge of #10203 - c410-f3r:macro-lint, r=giraffate
Suppress the triggering of some lints in derived structures

Fixes #10185
Fixes #10417

For `integer_arithmetic`, `arithmetic_side_effects` and `shadow_reuse`.

* ~~Not sure how to test these use-cases so feel free to point any method or any related PR.~~

---

changelog: FP: [`integer_arithmetic`], [`arithmetic_side_effects`]: No longer lint inside proc macros
[#10203](https://github.com/rust-lang/rust-clippy/pull/10203)
<!-- changelog_checked -->
2023-04-19 12:56:19 +00:00
..
macro_rules.rs Add external macro test + Now it works 2023-03-16 20:22:39 +01:00
macro_use_helper.rs Add utility macros to help with writing tests. 2023-03-12 17:24:36 -04:00
non-exhaustive-enum.rs
option_helpers.rs
proc_macro_attr.rs Update ui tests auxiliary to syn 2.0 2023-04-12 08:51:11 +08:00
proc_macro_derive.rs Suppress the triggering of some lints in derived structures 2023-04-09 08:16:20 -03:00
proc_macro_suspicious_else_formatting.rs
proc_macro_unsafe.rs
proc_macros.rs Ignore file!() macro in print_literal, write_literal 2023-03-30 16:20:04 +00:00
test_macro.rs
use_self_macro.rs
wildcard_imports_helper.rs