Skip to content

type_kind missing case for tuples #841

Closed
@msullivan

Description

@msullivan
fn foo[A](x: &A) {}
fn main() { foo((0, 2)); }

results in :0:0:0:0: error: internal compiler error missed case: (int,int)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions