mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 08:00:37 +00:00
Migrate mir_build's borrow conflicts This also changes the error message slightly, for two reasons: - I'm not a fan of saying "value borrowed, by `x`, here" - it simplifies the error implementation significantly.