slovo/tests/unsupported-array-signature-element-type.diag
2026-05-22 08:38:43 +02:00

15 lines
498 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 35 61)
(range 4 20 4 46)
)
(expected "i32, i64, u32, u64, f64, bool, string, direct known enum, or current known non-recursive struct type")
(found "(array string 1)")
)