rust/compiler/rustc_feature/src
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
..
accepted.rs also stabilize const_refs_to_cell 2024-09-15 10:20:47 +02:00
builtin_attrs.rs Correctly handle stability of #[diagnostic] attributes 2024-09-06 19:01:45 +02:00
lib.rs Correctly handle stability of #[diagnostic] attributes 2024-09-06 19:01:45 +02:00
removed.rs replace placeholder version 2024-09-03 20:54:02 +01:00
tests.rs tidy: Re-enable check for inline unit tests 2020-12-12 19:18:44 +03:00
unstable.rs Begin experimental support for pin reborrowing 2024-09-18 12:36:31 -07:00