15 lines
280 B
Plaintext
15 lines
280 B
Plaintext
(diagnostic
|
|
(schema slovo.diagnostic)
|
|
(version 1)
|
|
(severity error)
|
|
(code TypeMismatch)
|
|
(message "cannot call `std.vec.i64.index` with argument of wrong type")
|
|
(file "<fixture>")
|
|
(span
|
|
(bytes 76 80)
|
|
(range 5 42 5 46)
|
|
)
|
|
(expected "i32")
|
|
(found "bool")
|
|
)
|