-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Labels
t: enhancementA new feature or improvement to an existing one.A new feature or improvement to an existing one.
Description
As we're currently using a const generic type parametrized by enums for Image types, v0 mangling cannot be fully supported because it doesn't handle non-basic-type const generic parameters and panics.
Once rust-lang/rust#61486 is implemented, we can switch back to v0 support.
Metadata
Metadata
Assignees
Labels
t: enhancementA new feature or improvement to an existing one.A new feature or improvement to an existing one.