mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
50b20b73da
gvn: avoid creating overlapping assignments Quick fix #141038, as I couldn't find a way to avoid in-place modification. I'm considering handling all `ravlue` modifications within the `visit_statement` function. r? mir-opt