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 176c79b commit b9a4f3cCopy full SHA for b9a4f3c
src/attributes/derive.md
@@ -51,6 +51,9 @@ Built-in derives are defined in the [language prelude][names.preludes.lang]. The
51
- [`PartialEq`]
52
- [`PartialOrd`]
53
54
+r[attributes.derive.built-in-automatically_derived]
55
+The built-in derives include the [`automatically_derived` attribute][attributes.derive.automatically_derived] on the implementations they generate.
56
+
57
r[attributes.derive.behavior]
58
During macro expansion, for each element in the list of derives, the corresponding derive macro expands to zero or more [items].
59
0 commit comments