Skip to content

[BUG] Duplicate generics override each other #11

@BigBadE

Description

@BigBadE

Describe the bug
If a function, structure, implementation has multiple generics they override each other instead of erroring

Raven Code To Reproduce

fn test<T, T>() {

}

Error Output or Unexpected Behavior
Expected to give an error like "Duplicate generic T!"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Easy

    Status

    Easy

    Status

    Easy

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions