File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/try/src/librustc/middle Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 73a25f55ad748b4d3516417c711b99ce446591af
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 5b3cd3900ceda838f5798c30ab96ceb41f962534
5
- refs/heads/try: 279de38cc8d1c1a1c68d714b9384da32c240e420
5
+ refs/heads/try: 3f1cf328b3d7c21d4e43f2a90cd7e83fb863b81f
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
8
8
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
Original file line number Diff line number Diff line change @@ -1470,12 +1470,12 @@ impl<'tcx> PolyTraitRef<'tcx> {
1470
1470
}
1471
1471
1472
1472
pub fn substs ( & self ) -> & ' tcx Substs < ' tcx > {
1473
- // TODO every use of this fn is probably a bug, it should yield Binder<>
1473
+ // FIXME(#20664) every use of this fn is probably a bug, it should yield Binder<>
1474
1474
self . 0 . substs
1475
1475
}
1476
1476
1477
1477
pub fn input_types ( & self ) -> & [ Ty < ' tcx > ] {
1478
- // TODO every use of this fn is probably a bug, it should yield Binder<>
1478
+ // FIXME(#20664) every use of this fn is probably a bug, it should yield Binder<>
1479
1479
self . 0 . input_types ( )
1480
1480
}
1481
1481
You can’t perform that action at this time.
0 commit comments