16 lines
413 B
Plaintext
16 lines
413 B
Plaintext
(diagnostic
|
|
(schema slovo.diagnostic)
|
|
(version 1)
|
|
(severity error)
|
|
(code InvalidI64Literal)
|
|
(message "i64 literal must use signed decimal digits before the `i64` suffix")
|
|
(file "<fixture>")
|
|
(span
|
|
(bytes 37 42)
|
|
(range 5 3 5 8)
|
|
)
|
|
(expected "signed decimal digits followed by `i64`")
|
|
(found "+1i64")
|
|
(hint "use forms like `42i64` or `-7i64`; other i64 literal forms remain deferred")
|
|
)
|