mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
8e16ea8749
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