Skip to content

Restrict const generic types #1303

Open
@CohenArthur

Description

@CohenArthur

Per the documentation on const generics:

The only allowed types of const parameters are u8, u16, u32, u64, u128, usize i8, i16, i32, i64, i128, isize, char and bool.

Afterwards, we can look into more complex types gated behind the adt_const_params feature

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions