We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9236e commit 598acffCopy full SHA for 598acff
compiler/rustc_codegen_llvm/src/llvm/diagnostic.rs
@@ -9,7 +9,7 @@ use libc::c_uint;
9
use super::{DiagnosticInfo, SMDiagnostic};
10
use rustc_span::InnerSpan;
11
12
-#[derive(Copy, Clone)]
+#[derive(Copy, Clone, Debug)]
13
pub enum OptimizationDiagnosticKind {
14
OptimizationRemark,
15
OptimizationMissed,
0 commit comments