rust/compiler/rustc_span
Eric Holk b2b76fb706
Allow shortening reborrows
Generating a call to `as_mut()` let to more restrictive borrows than
what reborrowing usually gives us. Instead, we change the desugaring to
reborrow the pin internals directly which makes things more expressive.
2024-09-19 15:34:00 -07:00
..
src Allow shortening reborrows 2024-09-19 15:34:00 -07:00
Cargo.toml rustc_span: derivative -> derive-where 2024-07-12 21:37:43 +03:00