We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fd765c + b87a0b0 commit adde016Copy full SHA for adde016
src/tools/compiletest/src/json.rs
@@ -74,8 +74,6 @@ struct DiagnosticSpanMacroExpansion {
74
struct DiagnosticCode {
75
/// The code itself.
76
code: String,
77
- /// An explanation for the code.
78
- explanation: Option<String>,
79
}
80
81
pub fn rustfix_diagnostics_only(output: &str) -> String {
0 commit comments