Files
rust/library/core/src
Matthias Krüger 7ed6d1cd38 Rollup merge of #129424 - coolreader18:stabilize-pin_as_deref_mut, r=dtolnay
Stabilize `Pin::as_deref_mut()`

Tracking issue: closes #86918

Stabilizing the following API:

```rust
impl<Ptr: DerefMut> Pin<Ptr> {
    pub fn as_deref_mut(self: Pin<&mut Pin<Ptr>>) -> Pin<&mut Ptr::Target>;
}
```

I know that an FCP has not been started yet, but this isn't a very complex stabilization, and I'm hoping this can motivate an FCP to *get* started - this has been pending for a while and it's a very useful function when writing Future impls.

r? ``@jonhoo``
2024-10-14 17:06:35 +02:00
..
2024-10-10 16:18:56 -04:00
2024-10-12 17:07:13 -04:00
2024-09-28 11:29:02 +02:00
2024-10-10 16:33:27 +02:00
2024-07-26 13:26:33 +01:00
2024-09-25 17:03:20 -07:00
2024-07-29 08:26:52 +10:00
2024-10-06 20:37:10 +03:00
2024-07-26 13:26:33 +01:00
2024-09-13 15:00:33 -03:00
2024-10-12 17:07:13 -04:00
2024-10-09 00:38:01 -07:00
2024-10-02 14:09:19 -07:00
2024-07-29 08:26:52 +10:00
2024-09-26 09:54:00 +02:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-09-05 17:24:01 +01:00
2024-09-29 09:32:03 +02:00
2024-09-05 17:24:01 +01:00
2024-06-11 15:47:00 +02:00
2024-10-09 17:17:50 -04:00
2024-07-26 13:26:33 +01:00
2024-10-12 17:07:13 -04:00
2024-09-15 14:27:24 -04:00
2024-08-07 20:43:05 -04:00
2024-10-08 15:00:15 -05:00
2024-10-11 18:34:28 +02:00
2024-10-12 17:07:13 -04:00
2024-09-05 17:24:01 +01:00