slovo/tests/std-num-f64-to-i32-result-name-shadow.diag
2026-05-22 08:38:43 +02:00

14 lines
278 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code MalformedResultConstructor)
(message "`ok` constructor must be `(ok i32 i32 value)`")
(file "<fixture>")
(span
(bytes 82 88)
(range 5 3 5 9)
)
(hint "use `(ok i32 i32 value)`")
)