Skip to content

Unmatched dilimiters in type_length_limit example #649

Closed
@adamAndMath

Description

@adamAndMath

The example code for type_length_limit has the following lines.

// `f::<(i32, i32, i32, i32, i32, i32, i32, i32, i32)>>` requires more
f(((1, 2, 3, 4, 5, 6, 7, 8, 9));

They should be

// `f::<(i32, i32, i32, i32, i32, i32, i32, i32, i32)>` requires more
f((1, 2, 3, 4, 5, 6, 7, 8, 9));

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