checker: check invalid comptime field name assignment #23773
Annotations
10 errors and 1 warning
vlib/toml/toml.v#L87
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]toml.Any`
|
vlib/toml/toml.v#L86
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]toml.Time`
|
vlib/toml/toml.v#L85
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]toml.Date`
|
vlib/toml/toml.v#L84
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]toml.DateTime`
|
vlib/toml/toml.v#L83
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]bool`
|
vlib/toml/toml.v#L82
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]f64`
|
vlib/toml/toml.v#L81
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]f32`
|
vlib/toml/toml.v#L80
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]u64`
|
vlib/toml/toml.v#L79
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]i64`
|
vlib/toml/toml.v#L78
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]int`
|
vlib/toml/tests/encode_and_decode_test.v#L212
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