We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd8193e + 7f1e24a commit 6a66f10Copy full SHA for 6a66f10
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