Skip to content

Commit ec6fcfe

Browse files
folkertdevehuss
andauthored
Update src/conditional-compilation.md
Co-authored-by: Eric Huss <eric@huss.org>
1 parent daa84b9 commit ec6fcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conditional-compilation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ r[cfg.cfg_select.syntax]
476476
CfgSelectArms ->
477477
CfgSelectConfigurationPredicate `=>`
478478
(
479-
`{` ^ TokenTree `}` CfgSelectArms?
479+
`{` ^ TokenTree `}` `,`? CfgSelectArms?
480480
| ExpressionWithBlockNoAttrs `,`? CfgSelectArms?
481481
| ExpressionWithoutBlockNoAttrs ( `,` CfgSelectArms? )?
482482
)

0 commit comments

Comments
 (0)