Skip to content

Commit b40754f

Browse files
committed
---
yaml --- r: 171071 b: refs/heads/try c: 3f1cf32 h: refs/heads/master i: 171069: 948bd1d 171067: 848b590 171063: 5d418fc 171055: 1f4ca4b 171039: 5337b6c 171007: 8bb96f0 v: v3
1 parent 6a23ae0 commit b40754f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 73a25f55ad748b4d3516417c711b99ce446591af
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 5b3cd3900ceda838f5798c30ab96ceb41f962534
5-
refs/heads/try: 279de38cc8d1c1a1c68d714b9384da32c240e420
5+
refs/heads/try: 3f1cf328b3d7c21d4e43f2a90cd7e83fb863b81f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/src/librustc/middle/ty.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,12 +1470,12 @@ impl<'tcx> PolyTraitRef<'tcx> {
14701470
}
14711471

14721472
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<>
14741474
self.0.substs
14751475
}
14761476

14771477
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<>
14791479
self.0.input_types()
14801480
}
14811481

0 commit comments

Comments
 (0)