mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-23 13:28:48 +00:00

change `BorrowKind::Unique` to be a mutating `PlaceContext` fixes #112056 I believe that `BorrowKind::Unique` is a footgun in general, so I added a FIXME and opened https://github.com/rust-lang/rust/issues/112072. This is a bit too involved for this PR though.
For more information about how rustc works, see the rustc dev guide.