Skip to content

Rust should support multiple imports of extension methods #2386

Closed
@eholk

Description

@eholk

If you import vec::extensions, then you can no longer use the extension methods because they are imported already by default, and you get multiple candidate method errors. It would be good if Rust could tell that these are actually the same methods.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-type-systemArea: Type systemC-enhancementCategory: An issue proposing an enhancement or a PR with one.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions