Skip to content

Commit bd813bf

Browse files
committed
review comment: span bug label
1 parent 865c4bc commit bd813bf

File tree

1 file changed

+1
-1
lines changed
  • src/libsyntax_ext/deriving/generic

1 file changed

+1
-1
lines changed

src/libsyntax_ext/deriving/generic/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ impl<'a> MethodDef<'a> {
10551055
})
10561056
.collect()
10571057
} else {
1058-
cx.span_bug(trait_.span, "no self arguments for method in generic `derive`")
1058+
cx.span_bug(trait_.span, "no `self` parameter for method in generic `derive`")
10591059
};
10601060

10611061
// body of the inner most destructuring match

0 commit comments

Comments
 (0)