checker: fix mut var option unwrap with != none
#8061
Annotations
6 errors
Self tests:
vlib/v/tests/generics/generic_selector_test.v#L30
cannot use `?` on non-option variable
|
Self tests:
vlib/v/tests/generics/generic_selector_test.v#L31
`curr_node` is immutable, declare it with `mut` to make it mutable
|
Self tests:
vlib/v/tests/generics/generic_selector_test.v#L33
cannot use `?` on non-option variable
|
Self tests:
vlib/v/tests/generics/generic_selector_test.v#L33
`curr_node` is immutable, declare it with `mut` to make it mutable
|
Self tests:
vlib/v/tests/options/option_var_test.v#L208
cannot use `?` on non-option variable
|
Self tests
Process completed with exit code 1.
|
Loading