We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa84b9 commit ec6fcfeCopy full SHA for ec6fcfe
src/conditional-compilation.md
@@ -476,7 +476,7 @@ r[cfg.cfg_select.syntax]
476
CfgSelectArms ->
477
CfgSelectConfigurationPredicate `=>`
478
(
479
- `{` ^ TokenTree `}` CfgSelectArms?
+ `{` ^ TokenTree `}` `,`? CfgSelectArms?
480
| ExpressionWithBlockNoAttrs `,`? CfgSelectArms?
481
| ExpressionWithoutBlockNoAttrs ( `,` CfgSelectArms? )?
482
)
0 commit comments