slovo/tests/unsupported-map-type.diag

16 lines
412 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code UnsupportedMapType)
(message "`map` types are reserved but not supported in the current beta")
(file "<fixture>")
(span
(bytes 31 47)
(range 4 16 4 32)
)
(expected "supported concrete type")
(found "(map string i32)")
(hint "use current concrete arrays, vectors, option/result, structs, enums, or scalars")
)