Skip to content

Enum type cannot be an alias #104

@lerno

Description

@lerno

The following code gives an error, even though it's correct:

type Foo i32;

type Bar enum Foo
{
  Baz
}

This is due to C2C disallowing any alias as enum type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions