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 39a9675 commit 478211fCopy full SHA for 478211f
src/conditional-compilation.md
@@ -399,6 +399,8 @@ The *`cfg_attr` [attribute]* conditionally includes attributes based on a config
399
> ```
400
401
r[cfg.cfg_attr.syntax]
402
+The syntax for the `cfg_attr` attribute is:
403
+
404
```grammar,configuration
405
@root CfgAttrAttribute -> `cfg_attr` `(` ConfigurationPredicate `,` CfgAttrs? `)`
406
0 commit comments