Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
generics_inst_non_generic_struct_err.out
6
lines
·
6
sloc
·
262 bytes
·
e2e5cf8db56f3562c7baa735061690be936bdf3e
Raw
1
vlib/v/checker/tests/generics_inst_non_generic_struct_err.vv:5:14: error: struct `Test` is not a generic struct, cannot instantiate to the concrete types
2
3 |
3
4 | fn main() {
4
5 | println(Test[string]{})
5
| ~~~~~~~~
6
6 | }
7