Skip to content

Commit 95d0b7b

Browse files
committed
distinguish between a type and its construction
1 parent ee3265f commit 95d0b7b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/ownership-and-deconstruction.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,8 +637,13 @@ An :dt:`extending expression` is any of the following:
637637
The :t:`tail expression` of a :t:`block expression` that is an
638638
:t:`extending expression`.
639639

640+
* :dp:`fls_eeaJtK4w5gVK`
641+
The :t:`argument operand` to a :t:`tuple struct call expression`
642+
of an extending :t:`tuple struct`.
643+
640644
* :dp:`fls_rT33l0YwUGlK`
641-
The :t:`argument operand` to an extending :t:`tuple struct` or :t:`tuple enum variant`.
645+
The :t:`argument operand` to a :t:`tuple struct call expression`
646+
of an extending :t:`tuple enum variant`.
642647

643648
:dp:`fls_aq01wjpkxhq9`
644649
The :t:`drop scope` of the :t:`operand` of a :t:`borrow expression` that is an

0 commit comments

Comments
 (0)