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

15 lines
494 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code UnsupportedArrayElementType)
(message "fixed arrays support direct scalar `i32`, `i64`, `u32`, `u64`, `f64`, `bool`, `string`, direct known enum, or current known non-recursive struct elements")
(file "<fixture>")
(span
(bytes 39 62)
(range 5 9 5 32)
)
(expected "i32, i64, u32, u64, f64, bool, string, direct known enum, or current known non-recursive struct type")
(found "(array i32 2)")
)