slovo/tests/non-exhaustive-match.diag
2026-05-22 08:38:43 +02:00

15 lines
267 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code NonExhaustiveMatch)
(message "match is missing `none` arm(s)")
(file "<fixture>")
(span
(bytes 57 105)
(range 5 3 7 16)
)
(expected "some and none")
(found "some")
)