Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
struct_embed_wrong_pos_long_err.out
7
lines
·
7
sloc
·
250 bytes
·
8a0fc2e3c21ba3779380d74dbbafde05a675ef02
Raw
1
vlib/v/parser/tests/struct_embed_wrong_pos_long_err.vv:4:2: error: struct embedding must be declared at the beginning of the struct body
2
2 | struct Foo2 {
3
3 | mut:
4
4 | cli.Command
5
| ~~~~~~~~~~~
6
5 | }
7
6 | fn main() {}