checker: fix mut var option unwrap with != none
#3056
Triggered via pull request
November 23, 2024 00:11
Status
Failure
Total duration
39m 24s
Artifacts
–
docker_ci.yml
on: pull_request
alpine-docker-musl-gcc
7m 40s
ubuntu-docker-musl
30m 19s
Annotations
6 errors
ubuntu-docker-musl:
vlib/v/tests/generics/generic_selector_test.v#L30
cannot use `?` on non-option variable
|
ubuntu-docker-musl:
vlib/v/tests/generics/generic_selector_test.v#L31
`curr_node` is immutable, declare it with `mut` to make it mutable
|
ubuntu-docker-musl:
vlib/v/tests/generics/generic_selector_test.v#L33
cannot use `?` on non-option variable
|
ubuntu-docker-musl:
vlib/v/tests/generics/generic_selector_test.v#L33
`curr_node` is immutable, declare it with `mut` to make it mutable
|
ubuntu-docker-musl:
vlib/v/tests/options/option_var_test.v#L208
cannot use `?` on non-option variable
|
ubuntu-docker-musl
Process completed with exit code 1.
|