Closed
Description
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
Labels
No labels