Files
rust/tests
Stuart Cook 8e16ea8749 Rollup merge of #152037 - eggyal:unused-mut-due-to-borrowck-error, r=jackh726
Suppress unused_mut lint if mutation fails due to borrowck error

Remedying the borrowck error will likely result in the mut becoming used, and therefore the lint is likely incorrect.

Fixes rust-lang/rust#152024
r? compiler
2026-02-08 16:58:24 +11:00
..
2026-01-19 21:50:29 +01:00
2026-01-30 19:15:24 -05:00