Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
struct_ref_field_const_default_err.out
6
lines
·
6
sloc
·
233 bytes
·
e16ee9d4d8b9aadd1eb5c4f5550291c82ddfc19f
Raw
1
vlib/v/checker/tests/struct_ref_field_const_default_err.vv:11:13: error: reference field must be initialized with reference
2
9 | a int
3
10 | pub mut:
4
11 | tag &Tag = null_tag
5
| ~~~~~~~~
6
12 | }
7