Searched defs:emit_diagnostic (Results 1 – 3 of 3) sorted by relevance
22 pub(crate) fn emit_diagnostic(diag: Diagnostic) { in emit_diagnostic() function
24 pub(crate) fn emit_diagnostic(diag: Diagnostic) { in emit_diagnostic() function
55 fn emit_diagnostic(&mut self, _diag: &Diagnostic) {} in bench() method