15 lines
285 B
Plaintext
15 lines
285 B
Plaintext
(diagnostic
|
|
(schema slovo.diagnostic)
|
|
(version 1)
|
|
(severity error)
|
|
(code TypeMismatch)
|
|
(message "cannot call `std.vec.i32.index` with argument of wrong type")
|
|
(file "<fixture>")
|
|
(span
|
|
(bytes 56 57)
|
|
(range 5 22 5 23)
|
|
)
|
|
(expected "(vec i32)")
|
|
(found "i32")
|
|
)
|