mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-07 00:16:16 +00:00
Remove mutable_borrow_reservation_conflict lint and allow the code pattern This was the only breaking issue with the NLL stabilization PR. Lang team decided to go ahead and allow this. r? `@nikomatsakis` Closes #59159 Closes #56254