Get formatted message
(&self, source: &str)
| 83 | |
| 84 | /// Get formatted message |
| 85 | pub fn message(&self, source: &str) -> String { |
| 86 | let DiagnosticMeta { message, .. } = (self.formatter)(self, source); |
| 87 | message |
| 88 | } |
| 89 | |
| 90 | /// Get diagnostic code |
| 91 | pub fn code(&self, source: &str) -> &'static str { |
no outgoing calls
no test coverage detected