slovo/tests/malformed-result-err-unwrap.diag
2026-05-22 08:38:43 +02:00

14 lines
265 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code MalformedUnwrapForm)
(message "`unwrap_err` expects exactly one value")
(file "<fixture>")
(span
(bytes 37 49)
(range 5 3 5 15)
)
(hint "use `(unwrap_err value)`")
)