slovo/tests/unsupported-option-parameter-payload-type.diag
2026-05-22 08:38:43 +02:00

15 lines
375 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code UnsupportedOptionPayloadType)
(message "first-pass options support only `i32`, `i64`, `u32`, `u64`, `f64`, `bool`, and `string` payloads")
(file "<fixture>")
(span
(bytes 33 51)
(range 4 18 4 36)
)
(expected "i32, i64, u32, u64, f64, bool, or string")
(found "(vec i32)")
)