review comment: span bug label
This commit is contained in:
@@ -1055,7 +1055,7 @@ impl<'a> MethodDef<'a> {
|
||||
})
|
||||
.collect()
|
||||
} else {
|
||||
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`")
|
||||
};
|
||||
|
||||
// body of the inner most destructuring match
|
||||
|
||||
Reference in New Issue
Block a user