mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
93db1f9923
We used to not store anything when the RHS of an assignment returned an error, which caused ICEs downstream. Fixes #43197.