Skip to content

Implement conditionnal traits for parametrized types #13

@samsa1

Description

@samsa1

Some parametrized structure might depend on the fact that the parameter has certain traits to implement it.

For exemple Vec<T> implements the traits clone or display only if T has this trait.

This feature would mainly needs to be done in typing/context.rs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions