We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f598e2 commit 367d57dCopy full SHA for 367d57d
src/expressions/match-expr.md
@@ -2,11 +2,14 @@
2
3
> **<sup>Syntax</sup>**\
4
> _MatchExpression_ :\
5
-> `match` [_Expression_]<sub>_except struct expression_</sub> `{`\
+> `match` Scrutinee `{`\
6
> [_InnerAttribute_]<sup>\*</sup>\
7
> _MatchArms_<sup>?</sup>\
8
> `}`
9
>
10
+>_Scrutinee_ :\
11
+> [_Expression_]<sub>_except struct expression_</sub>
12
+>
13
> _MatchArms_ :\
14
> ( _MatchArm_ `=>`
15
> ( [_ExpressionWithoutBlock_][_Expression_] `,`
0 commit comments