pub trait IntoSourceDiagnostic {
// Required method
fn into_source_diagnostic(self, span: Span) -> SourceDiagnostic;
}
pub trait IntoSourceDiagnostic {
// Required method
fn into_source_diagnostic(self, span: Span) -> SourceDiagnostic;
}