mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 13:34:38 +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.