We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7120df9 commit 1595109Copy full SHA for 1595109
text/0000-destructuring-assignment.md
@@ -155,7 +155,9 @@ destructured using `..`.
155
Patterns must be irrefutable. In particular, only slice patterns whose length is known at compile-
156
time, and the trivial slice `[..]` may be used for destructuring assignment.
157
158
-As expected from the desugaring, the default binding modes of normal `let` destructuring applying.
+Unlike in usual `let` bindings, default binding modes do *not* apply for the desugared destructuring
159
+assignments, as this leads to counterintuitive behaviour since the desguaring is an implementation
160
+detail.
161
162
## Diagnostics
163
0 commit comments