Skip to content

Commit aa0fe2c

Browse files
committed
1 parent 52ad771 commit aa0fe2c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/changelog.rst

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Language changes in Rust 1.83.0
2222
-------------------------------
2323

2424
* `Stabilize \`&mut\`, \`*mut\`, \`&Cell\`, and \`*const Cell\` in const. <https://github.com/rust-lang/rust/pull/129195>`_
25+
26+
* Changed paragraphs: :p:`fls_to4e7imq2c0w`, :p:`fls_6g7c1kjrmfnr`, :p:`fls_hkbwa8xx2fwx`
27+
2528
* `Allow creating references to statics in \`const\` initializers. <https://github.com/rust-lang/rust/pull/129759>`_
2629
* `Implement raw lifetimes and labels (\`'r#ident\`). <https://github.com/rust-lang/rust/pull/126452>`_
2730
* `Define behavior when atomic and non-atomic reads race. <https://github.com/rust-lang/rust/pull/128778>`_

src/expressions.rst

+3-6
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,7 @@ involve :t:`[type]s` that require :t:`destruction`:
194194
:t:`[Constant parameter]s`,
195195

196196
* :dp:`fls_to4e7imq2c0w`
197-
:t:`[Dereference expression]s` when the :t:`operand` is not of a
198-
:t:`raw pointer type`,
197+
:t:`[Dereference expression]s`,
199198

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

213212
* :dp:`fls_6g7c1kjrmfnr`
214-
:t:`[Immutable borrow expression]s` where the borrowed :t:`type` is not
215-
subject to :t:`interior mutability`.
213+
:t:`[Immutable borrow expression]s`.
216214

217215
* :dp:`fls_rpapnm3afan8`
218216
:t:`[Index expression]s`,
@@ -251,8 +249,7 @@ involve :t:`[type]s` that require :t:`destruction`:
251249
:t:`[Range expression]s`,
252250

253251
* :dp:`fls_hkbwa8xx2fwx`
254-
:t:`[Shared borrow]s` that do not involve :t:`[type]s` with
255-
:t:`interior mutability`,
252+
:t:`[Borrow]s`,
256253

257254
* :dp:`fls_fobs8ebt7dhc`
258255
:t:`[Struct expression]s`,

0 commit comments

Comments
 (0)