Skip to content

Do not count generics (part of the type name) during the resolution #1104

@techraed

Description

@techraed

File Location(s)

No response

Proposal

GenericStruct<bool> and GenericStruct<u32> should be the same (GenericStruct) when type_names::resolve_type_name resolves names. So when you have GenericStruct<bool>, GenericStruct<u32> and other_mod::GenericStruct<u8>, you will receive 2 names in generic_names: GenericStruct<T> and OtherModGenericStruct<T>

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