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

15 lines
298 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code NonExhaustiveMatch)
(message "match is missing required arm(s): `Color.Blue`")
(file "<fixture>")
(span
(bytes 60 99)
(range 7 3 8 21)
)
(expected "Color.Red and Color.Blue")
(found "Color.Red")
)