Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
nested_struct_with_required_attr_err.out
7
lines
·
7
sloc
·
219 bytes
·
0c8ce3bcb9fd4a2e5bd5f991a5a07da976d780d7
Raw
1
vlib/v/checker/tests/nested_struct_with_required_attr_err.vv:14:7: error: field `Egg.name` must be initialized
2
12 |
3
13 | fn main() {
4
14 | f := Foo{}
5
| ~~~~~
6
15 | println(f)
7
16 | }
8