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

14 lines
259 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code MissingStructField)
(message "constructor for `Point` is missing field `y`")
(file "<fixture>")
(span
(bytes 76 89)
(range 9 6 9 19)
)
(expected "field `y`")
)