(&self)
| 764 | |
| 765 | impl<R: RuleType> Diagnostic for MietteAdapter<R> { |
| 766 | fn source_code(&self) -> Option<&dyn SourceCode> { |
| 767 | Some(&self.0.inner.line) |
| 768 | } |
| 769 | |
| 770 | fn labels(&self) -> Option<Box<dyn Iterator<Item = LabeledSpan>>> { |
| 771 | let message = self.0.variant.message().to_string(); |
nothing calls this directly
no outgoing calls
no test coverage detected