Skip to content

Derive macro expands to ambiguous form #101

Description

@Diggsey

Macros should expand to code which calls trait methods via UFCS instead of via .method_name() as the latter is ambiguous when multiple traits with the same method names are in scope.

In this case the diff method is called ambiguously from macro-generated code.

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