16 lines
350 B
Plaintext
16 lines
350 B
Plaintext
(diagnostic
|
|
(schema slovo.diagnostic)
|
|
(version 1)
|
|
(severity error)
|
|
(code UnknownStructType)
|
|
(message "local declaration type `Missing` is not a declared struct")
|
|
(file "<fixture>")
|
|
(span
|
|
(bytes 42 47)
|
|
(range 5 8 5 13)
|
|
)
|
|
(expected "known struct")
|
|
(found "Missing")
|
|
(hint "declare the struct before using it as a type")
|
|
)
|