1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/struct_embed_unknown_module.out
Alexander Medvednikov 2c75b1397c all: struct embedding
2020-10-30 07:09:26 +01:00

5 lines
165 B
Plaintext

vlib/v/parser/tests/struct_embed_unknown_module.vv:2:2: error: unknown module `custom`
1 | struct WithEmbed {
2 | custom.Foo
| ~~~~~~
3 | }