-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Document "deriving" #4916
Copy link
Copy link
Closed
Labels
A-frontendArea: Compiler frontend (errors, parsing and HIR)Area: Compiler frontend (errors, parsing and HIR)
Metadata
Metadata
Assignees
Labels
A-frontendArea: Compiler frontend (errors, parsing and HIR)Area: Compiler frontend (errors, parsing and HIR)
Type
Fields
Give feedbackNo fields configured for issues without a type.
As far as i see it, "deriving" is documented neither in the tutorial nor in the manual.
Example:
#[deriving(Eq, Clone, IterBytes)]