mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
- Store a mut ref to a `BorrowckDiags` in `MirBorrowckCtxt` instead of owning it, to save having to pass ownership in and out of `promoted_mbcx`. - Use `buffer_error` in a couple of suitable places.