Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
recursive_struct_alias_embed_err.out
5
lines
·
5
sloc
·
190 bytes
·
9f160f7679ee713a2486d9f4e2447a3a5e7e4cf6
Raw
1
vlib/v/checker/tests/recursive_struct_alias_embed_err.vv:1:1: error: invalid recursive struct `PostKeys`
2
1 | struct PostKeys {
3
| ~~~~~~~~~~~~~~~
4
2 | PostKeysType
5
3 | }
6