Skip to content

Add a section to the users guide about deriving traits #1106

Open
@fitzgen

Description

@fitzgen

Should include info on:

  • How to enable non-default trait deriving

  • Heads up about situations in which we can't add derive(Trait) because, eg there is a floating point member in a struct so Eq can't be derived

  • Information about the --impl-blah options for when we can impl but can't derive

  • How to disable trait deriving/impling for specific types

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions