Skip to content

Commit

Permalink
Unrolled build for rust-lang#135275
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#135275 - coolreader18:pin-as_deref_mut-relnotes, r=BoxyUwU

Add Pin::as_deref_mut to 1.84 relnotes

Resolves rust-lang#131243 - I think this got missed in the relnotes sweep or something.

``@rustbot`` label relnotes
  • Loading branch information
rust-timer authored Jan 10, 2025
2 parents 88ab2d8 + 326fedf commit f004cc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Stabilized APIs
- [`core::ptr::without_provenance_mut`](https://doc.rust-lang.org/stable/core/ptr/fn.without_provenance_mut.html)
- [`core::ptr::dangling`](https://doc.rust-lang.org/stable/core/ptr/fn.dangling.html)
- [`core::ptr::dangling_mut`](https://doc.rust-lang.org/stable/core/ptr/fn.dangling_mut.html)
- [`Pin::as_deref_mut`](https://doc.rust-lang.org/stable/core/pin/struct.Pin.html#method.as_deref_mut)

These APIs are now stable in const contexts

Expand Down

0 comments on commit f004cc8

Please sign in to comment.