Skip to content

Implement support for structure inheritance in the rust generator #62

@hchataing

Description

@hchataing

The following grammar is not supported:

struct Parent {
    x: 8,
    _payload_,
}

struct Child : Parent {
    y: 8
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions