Skip to content

Commit e043821

Browse files
committed
add issue number to fixme
1 parent 8931fbd commit e043821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ impl<'a, 'tcx> FindInferSourceVisitor<'a, 'tcx> {
735735
return self.path_inferred_subst_iter(expr.hir_id, substs, path);
736736
}
737737
}
738-
// FIXME: Ideally we would also deal with type relative
738+
// FIXME(#98711): Ideally we would also deal with type relative
739739
// paths here, even if that is quite rare.
740740
//
741741
// See the `need_type_info/expr-struct-type-relative-gat.rs` test

0 commit comments

Comments
 (0)