Skip to content

Commit 902bbf3

Browse files
committed
avoid being circular by adding a definition
1 parent db989c8 commit 902bbf3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,11 @@ Language changes in Rust 1.89.0
112112

113113
- `Extend temporary lifetime extension to also go through tuple struct and tuple variant constructors <https://github.com/rust-lang/rust/pull/140593>`_
114114

115-
- New paragraph: :p:`fls_eeaJtK4w5gVK`
115+
- New paragraphs:
116+
117+
- :p:`fls_YeeZWqTdMivX`
118+
- :p:`fls_wyzau8hhq74d`
119+
- :p:`fls_eeaJtK4w5gVK`
116120

117121
- `extern "C" functions on the wasm32-unknown-unknown target now have a standards compliant ABI <https://blog.rust-lang.org/2025/04/04/c-abi-changes-for-wasm32-unknown-unknown/>`_
118122

src/ownership-and-deconstruction.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,12 @@ If the :t:`pattern-without-alternation` of a :t:`let statement` is an
610610
the :t:`let statement` is extended to the :t:`drop scope` of the
611611
:t:`block expression` that contains the :t:`let statement`.
612612

613+
:dp:`fls_YeeZWqTdMivX`
614+
An :dt:`extending expression` is an :t:`expression` with an
615+
:t:`extended drop scope <drop scope extension>`.
616+
613617
:dp:`fls_wyzau8hhq74d`
614-
An :dt:`extending expression` is any of the following:
618+
An :t:`extending expression` is any of the following:
615619

616620
* :dp:`fls_ju7cpftd8r2g`
617621
The :t:`expression` of a :t:`let statement`.

0 commit comments

Comments
 (0)