rust/compiler/rustc_borrowck
Eric Holk 7b7992fbcf
Begin experimental support for pin reborrowing
This commit adds basic support for reborrowing `Pin` types in argument
position. At the moment it only supports reborrowing `Pin<&mut T>` as
`Pin<&mut T>` by inserting a call to `Pin::as_mut()`, and only in
argument position (not as the receiver in a method call).
2024-09-18 12:36:31 -07:00
..
src Begin experimental support for pin reborrowing 2024-09-18 12:36:31 -07:00
Cargo.toml bump itertools to 0.12 2024-03-08 12:34:05 +03:00
messages.ftl Begin experimental support for pin reborrowing 2024-09-18 12:36:31 -07:00