Make CI pass

This commit is contained in:
Hirochika Matsumoto 2022-08-28 16:18:44 +09:00
parent 722d136766
commit 75ed56f0cb

View File

@ -697,7 +697,7 @@ impl<'a, 'tcx> WrongNumberOfGenericArgs<'a, 'tcx> {
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,
_ => return,
}