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

14 lines
279 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 91)
(range 5 3 5 12)
)
(hint "use `(ok i32 i32 value)`")
)