rust/compiler/rustc_mir_build
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 const_to_pat: cleanup leftovers from when we had to deal with non-structural constants 2024-07-18 11:58:16 +02:00
messages.ftl Add a machine-applicable suggestion to "unreachable pattern" 2024-09-13 21:01:29 +02:00