Skip to content

Commit

Permalink
Make CI pass
Browse files Browse the repository at this point in the history
  • Loading branch information
hkmatsumoto committed Aug 28, 2022
1 parent 722d136 commit 75ed56f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 75ed56f

Please sign in to comment.