(&self)
| 130 | |
| 131 | impl ErrorMessages { |
| 132 | pub fn to_json(&self) -> String { |
| 133 | serde_json::to_string(self).unwrap() |
| 134 | } |
| 135 | |
| 136 | /// Computes message location and builds the pretty display. |
| 137 | pub fn composed(mut self, sources: &SourceTree) -> Self { |
no outgoing calls
no test coverage detected