File tree 1 file changed +3
-3
lines changed
src/librustc/middle/typeck/infer
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ impl<'f> CombineFields<'f> {
651
651
// The original triple was `(a_ty, dir, b_vid)` -- now we have
652
652
// resolved `b_vid` to `b_ty`, so apply `(a_ty, dir, b_ty)`:
653
653
//
654
- // FIXME: This code is non-ideal because all these subtype
654
+ // FIXME(#16847) : This code is non-ideal because all these subtype
655
655
// relations wind up attributed to the same spans. We need
656
656
// to associate causes/spans with each of the relations in
657
657
// the stack to get this right.
@@ -674,8 +674,8 @@ impl<'f> CombineFields<'f> {
674
674
}
675
675
676
676
fn generalize ( & self , t : ty:: t ) -> ty:: t {
677
- // FIXME: This is non-ideal because we don't give a very descriptive
678
- // origin for this region variable.
677
+ // FIXME(#16847) : This is non-ideal because we don't give a
678
+ // very descriptive origin for this region variable.
679
679
680
680
let infcx = self . infcx ;
681
681
let span = self . trace . origin . span ( ) ;
You can’t perform that action at this time.
0 commit comments