Skip to content

Rework trait resolution #54

@Champii

Description

@Champii

We need a way to know what implements what, and to fix the import of trait method instead of trait name

We do

use lib::num::+
main = 1 + 1

We want to do

use lib::num::Num
main = 1 + 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions