Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril committed Dec 9, 2024
1 parent 23e05fe commit 015c426
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions src/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Language changes in Rust 1.83.0
-------------------------------

* `Stabilize \`&mut\`, \`*mut\`, \`&Cell\`, and \`*const Cell\` in const. <https://github.com/rust-lang/rust/pull/129195>`_

* Changed paragraphs: :p:`fls_to4e7imq2c0w`, :p:`fls_6g7c1kjrmfnr`, :p:`fls_hkbwa8xx2fwx`

* `Allow creating references to statics in \`const\` initializers. <https://github.com/rust-lang/rust/pull/129759>`_
* `Implement raw lifetimes and labels (\`'r#ident\`). <https://github.com/rust-lang/rust/pull/126452>`_
* `Define behavior when atomic and non-atomic reads race. <https://github.com/rust-lang/rust/pull/128778>`_
Expand Down
9 changes: 3 additions & 6 deletions src/expressions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,7 @@ involve :t:`[type]s` that require :t:`destruction`:
:t:`[Constant parameter]s`,

* :dp:`fls_to4e7imq2c0w`
:t:`[Dereference expression]s` when the :t:`operand` is not of a
:t:`raw pointer type`,
:t:`[Dereference expression]s`,

* :dp:`fls_krtbrpwf3mh0`
:t:`[Expression statement]s`,
Expand All @@ -211,8 +210,7 @@ involve :t:`[type]s` that require :t:`destruction`:
:t:`[If let expression]s`,

* :dp:`fls_6g7c1kjrmfnr`
:t:`[Immutable borrow expression]s` where the borrowed :t:`type` is not
subject to :t:`interior mutability`.
:t:`[Immutable borrow expression]s`.

* :dp:`fls_rpapnm3afan8`
:t:`[Index expression]s`,
Expand Down Expand Up @@ -251,8 +249,7 @@ involve :t:`[type]s` that require :t:`destruction`:
:t:`[Range expression]s`,

* :dp:`fls_hkbwa8xx2fwx`
:t:`[Shared borrow]s` that do not involve :t:`[type]s` with
:t:`interior mutability`,
:t:`[Borrow]s`,

* :dp:`fls_fobs8ebt7dhc`
:t:`[Struct expression]s`,
Expand Down

0 comments on commit 015c426

Please sign in to comment.