rust/library/core
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
..
benches Improve isqrt tests and add benchmarks 2024-08-28 23:06:54 -04:00
src Begin experimental support for pin reborrowing 2024-09-18 12:36:31 -07:00
tests stabilize const_mut_refs 2024-09-15 09:51:32 +02:00
Cargo.toml Port std library to RTEMS 2024-09-03 09:19:29 +02:00