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