Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
review comment: span bug label
  • Loading branch information
estebank committed Oct 18, 2019
1 parent 865c4bc commit bd813bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax_ext/deriving/generic/mod.rs
Expand Up @@ -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
Expand Down

0 comments on commit bd813bf

Please sign in to comment.