slovo/tests/unknown-struct-parameter.diag
2026-05-22 08:38:43 +02:00

16 lines
352 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code UnknownStructType)
(message "function parameter type `Missing` is not a declared struct")
(file "<fixture>")
(span
(bytes 33 40)
(range 4 18 4 25)
)
(expected "known struct")
(found "Missing")
(hint "declare the struct before using it as a type")
)