diff --git a/compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs b/compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs index cf05399cfb4..d290752614c 100644 --- a/compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs +++ b/compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs @@ -735,7 +735,7 @@ impl<'a, 'tcx> FindInferSourceVisitor<'a, 'tcx> { return self.path_inferred_subst_iter(expr.hir_id, substs, path); } } - // FIXME: Ideally we would also deal with type relative + // FIXME(#98711): Ideally we would also deal with type relative // paths here, even if that is quite rare. // // See the `need_type_info/expr-struct-type-relative-gat.rs` test