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 ca56392 commit 65337a7Copy full SHA for 65337a7
src/expressions/match-expr.md
@@ -18,8 +18,7 @@ MatchArms ->
18
MatchArm -> OuterAttribute* Pattern MatchArmGuard?
19
20
MatchArmGuard -> `if` Expression
21
- | if Expression
22
- | if let Pattern = Expression
+ | `if` `let` Pattern Expression
23
```
24
<!-- TODO: The exception above isn't accurate, see https://github.com/rust-lang/reference/issues/569 -->
25
0 commit comments