File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
rustc_trait_selection/src/traits Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -817,7 +817,7 @@ impl<'tcx> ty::TyS<'tcx> {
817
817
_ => self ,
818
818
} ;
819
819
820
- // FIXME: We should be canonicalizing, or else moving this to a method of inference
820
+ // FIXME(#86868) : We should be canonicalizing, or else moving this to a method of inference
821
821
// context, or *something* like that, but for now just avoid passing inference
822
822
// variables to queries that can't cope with them. Instead, conservatively
823
823
// return "true" (may change drop order).
Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ fn type_implements_trait<'tcx>(
561
561
562
562
let trait_ref = ty:: TraitRef { def_id : trait_def_id, substs : tcx. mk_substs_trait ( ty, params) } ;
563
563
564
- // FIXME: If there are inference variables anywhere, just give up and assume
564
+ // FIXME(#86868) : If there are inference variables anywhere, just give up and assume
565
565
// we don't know the answer. This works around the ICEs that would result from
566
566
// using those inference variables within the `infer_ctxt` we create below.
567
567
// Really we should be using canonicalized variables, or perhaps removing
You can’t perform that action at this time.
0 commit comments