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 0eef542 commit b2a6d42Copy full SHA for b2a6d42
src/expressions/match-expr.md
@@ -21,24 +21,7 @@ MatchArm ->
21
22
MatchArmGuard ->
23
`if` Expression
24
- | `if` LetChain
25
-
26
-LetChain ->
27
- LetChainCondition ( `&&` LetChainCondition )*
28
29
-LetChainCondition ->
30
- Expression _except_ [ExcludedConditions]
31
- | OuterAttribute* `let` Pattern `=` Expression _except_ [ExcludedConditions]
32
33
-ExcludedConditions ->
34
- IfExpression
35
- | MatchExpression
36
- | WhileExpression
37
- | ForExpression
38
- | LoopExpression
39
- | AsyncExpression
40
- | TryExpression
41
- | AwaitExpression
+ | `if` Expression && LetChain
42
```
43
<!-- TODO: The exception above isn't accurate, see https://github.com/rust-lang/reference/issues/569 -->
44
0 commit comments