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.
2 parents b6e8473 + 51a3400 commit b670e5dCopy full SHA for b670e5d
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.md#wildcard-pattern).
12
+
13
An example of an `_` expression:
14
15
```rust
0 commit comments