slovo/tests/unsupported-result-string-equality.diag
2026-05-22 08:38:43 +02:00

14 lines
349 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code UnsupportedOptionResultEquality)
(message "option/result equality is not supported in the current value-flow slice")
(file "<fixture>")
(span
(bytes 41 83)
(range 5 7 5 49)
)
(hint "observe the tag with `is_some`, `is_none`, `is_ok`, or `is_err`")
)