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.
2 parents 134f419 + ce7ca2b commit 465db1cCopy full SHA for 465db1c
src/attributes.md
@@ -15,12 +15,11 @@
15
> | IDENTIFIER `=` LITERAL
16
> | IDENTIFIER `(` LITERAL `)`
17
> | IDENTIFIER `(` _MetaSeq_ `)`
18
-> | IDENTIFIER `(` _MetaSeq_ `,` `)`
19
>
20
> _MetaSeq_ :
21
> EMPTY
22
> | _MetaItem_
23
-> | _MetaSeq_ `,` _MetaItem_
+> | _MetaItem_ `,` _MetaSeq_
24
25
Any item declaration may have an _attribute_ applied to it. Attributes in Rust
26
are modeled on Attributes in ECMA-335, with the syntax coming from ECMA-334
0 commit comments