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 cd8193e commit 8332955Copy full SHA for 8332955
src/expressions/underscore-expr.md
@@ -8,6 +8,8 @@ Underscore expressions, denoted with the symbol `_`, are used to signify a
8
placeholder in a destructuring assignment. They may only appear in the left-hand
9
side of an assignment.
10
11
+Note that this is distinct from the [wildcard pattern](../patterns.html#wildcard-pattern).
12
+
13
An example of an `_` expression:
14
15
```rust
0 commit comments