slovo/tests/std-vec-i64-one-sided-equality.diag
2026-05-22 08:38:43 +02:00

15 lines
432 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 63)
(range 5 3 5 28)
)
(expected "(vec i32), (vec i64), (vec f64), (vec bool), or (vec string) on both sides")
(found "(vec i64) and i32")
)