about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHirochika Matsumoto <git@hkmatsumoto.com>2022-08-28 16:18:44 +0900
committerHirochika Matsumoto <git@hkmatsumoto.com>2022-08-28 16:18:44 +0900
commit75ed56f0cba4ab95b5d4a67c1f9235a5dbe9df8a (patch)
treeef33883707ba1fa188446f4da0726e43476db124
parent722d136766ef7adeb525956285bf49f3883b9211 (diff)
downloadrust-75ed56f0cba4ab95b5d4a67c1f9235a5dbe9df8a.tar.gz
rust-75ed56f0cba4ab95b5d4a67c1f9235a5dbe9df8a.zip
Make CI pass
-rw-r--r--compiler/rustc_typeck/src/structured_errors/wrong_number_of_generic_args.rs2
1 files changed, 1 insertions, 1 deletions
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.<assoc fn>()"
+                // FIXME(hkmatsumoto): Emit similar suggestion for "x.<assoc fn>()"
                 hir::ExprKind::MethodCall(..) => return,
                 _ => return,
             }