v/vlib/v/parser/tests/struct_embed_unknown_module...

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 | }