Apply an end Cursor to the given Diagnostic.
(mut self, end_cursor: Cursor)
| 77 | |
| 78 | /// Apply an end Cursor to the given Diagnostic. |
| 79 | pub fn with_end_cursor(mut self, end_cursor: Cursor) -> Self { |
| 80 | self.end_cursor = end_cursor; |
| 81 | self |
| 82 | } |
| 83 | |
| 84 | /// Get formatted message |
| 85 | pub fn message(&self, source: &str) -> String { |
no outgoing calls
no test coverage detected