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

14 lines
360 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code UnsupportedBackendFeature)
(message "backend does not support `(ptr i32)` in function `id` signature")
(file "<fixture>")
(span
(bytes 16 54)
(range 4 1 5 5)
)
(hint "keep this type in speculative examples until layout and LLVM ABI behavior are implemented")
)