(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 "") (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") )