rust/tests
bors 1e8fdf4928 Auto merge of #11320 - max-niederman:redundant_locals_shadow_mutated, r=Alexendoo
redundant_locals: fix FPs on mutated shadows

Fixes #11290.

When a mutable binding is shadowed by
a mutable binding of the same name in a different scope, mutations in that scope have different meaning.
This PR fixes spurious `redundant_locals` emissions on such locals.

cc `@Centri3,` `@flip1995`

changelog: [`redundant_locals`]: fix false positives on mutated shadows
2023-08-11 10:58:13 +00:00
..
test_utils
ui Auto merge of #11320 - max-niederman:redundant_locals_shadow_mutated, r=Alexendoo 2023-08-11 10:58:13 +00:00
ui-cargo Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup 2023-07-31 23:53:53 +02:00
ui-internal Dogfood and bless tests 2023-08-11 10:53:18 +02:00
ui-toml Extract never-like into clippy_utils 2023-08-02 14:00:26 -05:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs Add internal_features lint 2023-08-03 14:50:50 +02:00
dogfood.rs
headers.rs
integration.rs Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup 2023-07-31 23:53:53 +02:00
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs