slovo/tests/non-exhaustive-match.diag
2026-05-22 13:06:27 +02:00

15 lines
277 B
Plaintext

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