checker: fix missing check for [none]
#9251
Triggered via pull request
January 17, 2025 23:24
Status
Failure
Total duration
1h 7m 3s
Artifacts
–
Annotations
12 errors
gcc:
vlib/v/tests/options/option_array_test.v#L10
invalid void array element type
|
gcc:
vlib/v/tests/options/option_array_test.v#L10
invalid array element: expected `?int`, not `void`
|
gcc:
vlib/v/tests/options/option_array_test.v#L10
cannot use `void` as `?int`
|
gcc
Process completed with exit code 1.
|
tcc:
vlib/v/tests/options/option_array_test.v#L10
invalid void array element type
|
tcc:
vlib/v/tests/options/option_array_test.v#L10
invalid array element: expected `?int`, not `void`
|
tcc:
vlib/v/tests/options/option_array_test.v#L10
cannot use `void` as `?int`
|
tcc
Process completed with exit code 1.
|
clang:
vlib/v/tests/options/option_array_test.v#L10
invalid void array element type
|
clang:
vlib/v/tests/options/option_array_test.v#L10
invalid array element: expected `?int`, not `void`
|
clang:
vlib/v/tests/options/option_array_test.v#L10
cannot use `void` as `?int`
|
clang
Process completed with exit code 1.
|