15 lines
435 B
Plaintext
15 lines
435 B
Plaintext
(diagnostic
|
|
(schema slovo.diagnostic)
|
|
(version 1)
|
|
(severity error)
|
|
(code UnsupportedVectorEquality)
|
|
(message "vector equality is supported only for `(vec i32)`, `(vec i64)`, `(vec f64)`, `(vec bool)`, or `(vec string)` values")
|
|
(file "<fixture>")
|
|
(span
|
|
(bytes 38 66)
|
|
(range 5 3 5 31)
|
|
)
|
|
(expected "(vec i32), (vec i64), (vec f64), (vec bool), or (vec string) on both sides")
|
|
(found "(vec string) and i32")
|
|
)
|