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

14 lines
311 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code UnsupportedMatchMutation)
(message "match subject cannot be an option/result assignment")
(file "<fixture>")
(span
(bytes 69 74)
(range 5 15 5 20)
)
(hint "evaluate and match an immutable option/result value")
)