Skip to content

Commit 75ed56f

Browse files
committed
Make CI pass
1 parent 722d136 commit 75ed56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_typeck/src/structured_errors/wrong_number_of_generic_args.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ impl<'a, 'tcx> WrongNumberOfGenericArgs<'a, 'tcx> {
697697
num_trait_generics_except_self
698698
)
699699
},
700-
// TODO(hkmatsumoto): Emit similar suggestion for "x.<assoc fn>()"
700+
// FIXME(hkmatsumoto): Emit similar suggestion for "x.<assoc fn>()"
701701
hir::ExprKind::MethodCall(..) => return,
702702
_ => return,
703703
}

0 commit comments

Comments
 (0)