v2 / vlib / v / parser / tests / struct_embed_unknown_module.out
5 lines · 5 sloc · 165 bytes · 2c75b1397cbd8b940bdf357ebb74d59660c53f51
Raw
1vlib/v/parser/tests/struct_embed_unknown_module.vv:2:2: error: unknown module `custom`
2 1 | struct WithEmbed {
3 2 | custom.Foo
4 | ~~~~~~
5 3 | }