pub trait HasKernelDiagnosticCode { // Required method fn diagnostic_code(&self) -> KernelDiagnosticCode; }