diff --git a/src/destructors.md b/src/destructors.md index 2f4711815..41490a869 100644 --- a/src/destructors.md +++ b/src/destructors.md @@ -208,6 +208,7 @@ smallest scope that contains the expression and is one of the following: * The body expression for a match arm. * Each operand of a [lazy boolean expression]. * The pattern-matching condition and consequent body of [`if let`] ([destructors.scope.temporary.edition2024]). +* The pattern-matching condition and loop body of [`while let`]. * The entirety of the tail expression of a block ([destructors.scope.temporary.edition2024]). > [!NOTE]