Make CI pass
This commit is contained in:
parent
722d136766
commit
75ed56f0cb
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ impl<'a, 'tcx> WrongNumberOfGenericArgs<'a, 'tcx> {
|
||||||
num_trait_generics_except_self
|
num_trait_generics_except_self
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
// TODO(hkmatsumoto): Emit similar suggestion for "x.<assoc fn>()"
|
// FIXME(hkmatsumoto): Emit similar suggestion for "x.<assoc fn>()"
|
||||||
hir::ExprKind::MethodCall(..) => return,
|
hir::ExprKind::MethodCall(..) => return,
|
||||||
_ => return,
|
_ => return,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue