15 lines
266 B
Plaintext
15 lines
266 B
Plaintext
(diagnostic
|
|
(schema slovo.diagnostic)
|
|
(version 1)
|
|
(severity error)
|
|
(code IfConditionNotBool)
|
|
(message "`if` condition must be bool")
|
|
(file "<fixture>")
|
|
(span
|
|
(bytes 41 72)
|
|
(range 5 7 5 38)
|
|
)
|
|
(expected "bool")
|
|
(found "(result i32 i32)")
|
|
)
|