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 ebf5baf5050c6..e4a90329108e0 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, }