We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
custom_derive
1 parent 90bed3f commit e0b4c37Copy full SHA for e0b4c37
src/libsyntax/feature_gate.rs
@@ -394,7 +394,7 @@ impl<'a> Context<'a> {
394
are reserved for internal compiler diagnostics");
395
} else if name.starts_with("derive_") {
396
self.gate_feature("custom_derive", attr.span,
397
- "attributes of the form `#[derive_*]` are reserved
+ "attributes of the form `#[derive_*]` are reserved \
398
for the compiler");
399
} else {
400
self.gate_feature("custom_attribute", attr.span,
0 commit comments