From 713e78cdd8d24cbefbc6b1ff97b15bf4c30b6567 Mon Sep 17 00:00:00 2001 From: Kyle Lin Date: Mon, 3 Jul 2023 08:40:34 +0800 Subject: [PATCH] fix --- compiler/rustc_errors/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index bbbe21a5893d..34518b53759d 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -1384,7 +1384,7 @@ fn emit_diagnostic(&mut self, diagnostic: &mut Diagnostic) -> Option