Function
rs_roundtrip_serialize_error
(
obj: LeanIxSerializeError<LeanBorrowed<'_>>,
)
Source from the content-addressed store, hash-verified
| 1509 | ), |
| 1510 | 2 => { |
| 1511 | let reason = self.get_obj(0).as_string().to_string(); |
| 1512 | CompileError::InvalidMutualBlock { reason } |
| 1513 | }, |
| 1514 | 3 => { |
| 1515 | let desc = self.get_obj(0).as_string().to_string(); |
| 1516 | CompileError::UnsupportedExpr { desc } |
| 1517 | }, |
| 1518 | 4 => { |
| 1519 | let curr = self.get_obj(0).as_string().to_string(); |
Callers
nothing calls this directly
Tested by
no test coverage detected