Files
rust/compiler
Nicholas Nethercote 89e84c053d Use Rc less in MirBorrowckCtxt.
The `regioncx` and `borrow_set` fields can be references instead of
`Rc`. They use the existing `'a` lifetime. This avoids some heap
allocations and is a bit simpler.
2024-10-04 16:46:20 +10:00
..
2024-09-30 20:55:37 +00:00
2024-09-27 09:23:05 +03:00
2024-09-27 09:23:05 +03:00