pub trait IntoDiagnostic {
type FileId;
// Required method
fn into_diagnostic(&self) -> Diagnostic<Self::FileId>;
}pub trait IntoDiagnostic {
type FileId;
// Required method
fn into_diagnostic(&self) -> Diagnostic<Self::FileId>;
}