1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/register_ierror_struct.out

6 lines
199 B
Plaintext

vlib/v/parser/tests/register_ierror_struct.vv:1:8: error: cannot register struct `IError`, it is builtin interface type
1 | struct IError {
| ~~~~~~
2 | msg string
3 | }