parser: fix panic for struct Abc { pub mut: }
#24403
Merged
Annotations
2 warnings
vlib/v/tests/options/option_test.c.v#L256
cannot cast a number to a type reference, use `nil` or a voidptr cast first: `&Type(voidptr(123))`
|
vlib/v/tests/options/option_test.c.v#L254
cannot cast a number to a type reference, use `nil` or a voidptr cast first: `&Type(voidptr(123))`
|
The logs for this run have expired and are no longer available.
Loading