fix rebase
This commit is contained in:
parent
7604eed2a9
commit
9d15b6fb95
1 changed files with 1 additions and 1 deletions
|
|
@ -995,7 +995,7 @@ impl<'a, 'tcx> InferCtxt<'a, 'tcx> {
|
|||
"it looks like you forgot to use parentheses to \
|
||||
call the function: `{}({})`",
|
||||
ident,
|
||||
body.arguments.iter()
|
||||
body.params.iter()
|
||||
.map(|arg| match &arg.pat.node {
|
||||
hir::PatKind::Binding(_, _, ident, None)
|
||||
if ident.name != kw::SelfLower => ident.to_string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue