22 lines
430 B
Plaintext
22 lines
430 B
Plaintext
(diagnostic
|
|
(schema slovo.diagnostic)
|
|
(version 1)
|
|
(severity error)
|
|
(code UnsafeRequired)
|
|
(message "unsafe operation `reinterpret` requires an `unsafe` block")
|
|
(file "<fixture>")
|
|
(span
|
|
(bytes 37 54)
|
|
(range 5 3 5 20)
|
|
)
|
|
(hint "wrap the operation in `(unsafe ...)`")
|
|
(related
|
|
(span
|
|
(file "<fixture>")
|
|
(bytes 38 49)
|
|
(range 5 4 5 15)
|
|
(message "unsafe operation head")
|
|
)
|
|
)
|
|
)
|