Skip to content

Commit b597ac5

Browse files
committed
Specify #125834 changes
1 parent dba1a34 commit b597ac5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Language changes in Rust 1.82.0
3434

3535
* `\`addr_of(_mut)!\` macros and the newly stabilized \`&raw (const|mut)\` are now safe to use with all static items <https://github.com/rust-lang/rust/pull/125834>`_
3636

37+
* No change: `addr_of` is not specified as it is a library defined macro, `&raw (const|mut)` appears as a new feature separately below
38+
3739
* `size_of_val_raw: for length 0 this is safe to call <https://github.com/rust-lang/rust/pull/126152/>`_
3840

3941
* `Reorder trait bound modifiers *after* \`for<...>\` binder in trait bounds <https://github.com/rust-lang/rust/pull/127054/>`_

0 commit comments

Comments
 (0)