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

14 lines
347 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code UnsupportedOptionResultPrint)
(message "option/result printing is not supported in the current value-flow slice")
(file "<fixture>")
(span
(bytes 55 74)
(range 5 21 5 40)
)
(hint "observe the tag with `is_some`, `is_none`, `is_ok`, or `is_err`")
)