v2 / vlib / v / parser / tests / too_many_generics_err.out
3 lines · 3 sloc · 205 bytes · 1ff9f045065ed03251dd38b4fbe7b32014d8c6a9
Raw
1vlib/v/parser/tests/too_many_generics_err.vv:1:40: error: cannot have more than 9 generic parameters
2 1 | fn too_many[A, B, D, E, F, G, H, I, J, K]() {}
3 | ^
4