15 lines
421 B
Plaintext
15 lines
421 B
Plaintext
(diagnostic
|
|
(schema slovo.diagnostic)
|
|
(version 1)
|
|
(severity error)
|
|
(code OptionUnwrapTypeMismatch)
|
|
(message "`unwrap_some` requires an `(option i32)`, `(option i64)`, `(option f64)`, `(option bool)`, or `(option string)` value")
|
|
(file "<fixture>")
|
|
(span
|
|
(bytes 50 51)
|
|
(range 5 16 5 17)
|
|
)
|
|
(expected "(option i32), (option i64), (option f64), (option bool), or (option string)")
|
|
(found "i32")
|
|
)
|