1
Fork 0

add issue number to fixme

This commit is contained in:
lcnr 2022-06-30 15:53:17 +02:00
parent 8931fbd694
commit e043821e93

View file

@ -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