slovo/tests/result-constructor-type-mismatch.diag
2026-05-22 08:38:43 +02:00

15 lines
258 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code TypeMismatch)
(message "result `err` value has the wrong type")
(file "<fixture>")
(span
(bytes 62 66)
(range 5 16 5 20)
)
(expected "i32")
(found "bool")
)