We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
compiletest::json
1 parent 1f12ac8 commit b87a0b0Copy full SHA for b87a0b0
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