Skip to content

Commit 3f1cf32

Browse files
committed
Convert the TODO into FIXME.
1 parent 279de38 commit 3f1cf32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/middle/ty.rs

+2-2
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)