slovo/tests/unsupported-unsafe-unchecked-index.diag
2026-05-22 08:38:43 +02:00

22 lines
480 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code UnsupportedUnsafeOperation)
(message "unsafe operation `unchecked_index` is outside the v1.6 unsafe contract")
(file "<fixture>")
(span
(bytes 49 70)
(range 6 5 6 26)
)
(hint "raw memory operations are not supported by v1.6 unsafe blocks")
(related
(span
(file "<fixture>")
(bytes 50 65)
(range 6 6 6 21)
(message "unsafe operation head")
)
)
)