v/vlib/v/parser/tests/prohibit_redeclaration_of_b...

4 lines
190 B
Plaintext

vlib/v/parser/tests/prohibit_redeclaration_of_builtin_types.vv:1:8: error: cannot register struct `Option`, another type with this name exists
1 | struct Option {}
| ~~~~~~