From 75ed56f0cba4ab95b5d4a67c1f9235a5dbe9df8a Mon Sep 17 00:00:00 2001 From: Hirochika Matsumoto Date: Sun, 28 Aug 2022 16:18:44 +0900 Subject: [PATCH] Make CI pass --- .../src/structured_errors/wrong_number_of_generic_args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_typeck/src/structured_errors/wrong_number_of_generic_args.rs b/compiler/rustc_typeck/src/structured_errors/wrong_number_of_generic_args.rs index ebf5baf5050..e4a90329108 100644 --- a/compiler/rustc_typeck/src/structured_errors/wrong_number_of_generic_args.rs +++ b/compiler/rustc_typeck/src/structured_errors/wrong_number_of_generic_args.rs @@ -697,7 +697,7 @@ impl<'a, 'tcx> WrongNumberOfGenericArgs<'a, 'tcx> { num_trait_generics_except_self ) }, - // TODO(hkmatsumoto): Emit similar suggestion for "x.()" + // FIXME(hkmatsumoto): Emit similar suggestion for "x.()" hir::ExprKind::MethodCall(..) => return, _ => return, }