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 2c9b490 commit 27a70b5Copy full SHA for 27a70b5
src/flow_control/match/destructuring.md
@@ -13,3 +13,7 @@ A `match` block can destructure items in a variety of ways.
13
[struct]: destructuring/destructure_structures.md
14
[tuple]: destructuring/destructure_tuple.md
15
[slice]: destructuring/destructure_slice.md
16
+
17
+### See also:
18
19
+[The Rust Reference for Destructuring](https://doc.rust-lang.org/reference/patterns.html#r-patterns.destructure)
0 commit comments