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 ccbc70d commit e0f31a0Copy full SHA for e0f31a0
src/attributes.md
@@ -48,13 +48,15 @@ The following attributes are unsafe:
48
49
r[attributes.kind]
50
Attributes can be classified into the following kinds:
51
+
52
* [Built-in attributes]
53
* [Macro attributes][attribute macros]
54
* [Derive macro helper attributes]
55
* [Tool attributes](#tool-attributes)
56
57
r[attributes.application]
58
Attributes may be applied to many things in the language:
59
60
* All [item declarations] accept outer attributes while [external blocks],
61
[functions], [implementations], and [modules] accept inner attributes.
62
* Most [statements] accept outer attributes (see [Expression Attributes] for
0 commit comments