We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865c4bc commit bd813bfCopy full SHA for bd813bf
src/libsyntax_ext/deriving/generic/mod.rs
@@ -1055,7 +1055,7 @@ impl<'a> MethodDef<'a> {
1055
})
1056
.collect()
1057
} else {
1058
- cx.span_bug(trait_.span, "no self arguments for method in generic `derive`")
+ cx.span_bug(trait_.span, "no `self` parameter for method in generic `derive`")
1059
};
1060
1061
// body of the inner most destructuring match
0 commit comments