use rome_diagnostics::Diagnostic; #[derive(Debug, Diagnostic)] #[diagnostic(category = Identifier)] struct TestDiagnostic {} fn main() {}