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 1be55f9 commit 4c75c0bCopy full SHA for 4c75c0b
src/statements.md
@@ -53,7 +53,7 @@ fn outer() {
53
54
> **<sup>Syntax</sup>**\
55
> _LetStatement_ :\
56
-> [_OuterAttribute_]<sup>\*</sup> `let` [_Pattern_]
+> [_OuterAttribute_]<sup>\*</sup> `let` [_PatternNoTopAlt_]
57
> ( `:` [_Type_] )<sup>?</sup> (`=` [_Expression_] )<sup>?</sup> `;`
58
59
A *`let` statement* introduces a new set of [variables], given by an
0 commit comments