We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279de38 commit 3f1cf32Copy full SHA for 3f1cf32
src/librustc/middle/ty.rs
@@ -1470,12 +1470,12 @@ impl<'tcx> PolyTraitRef<'tcx> {
1470
}
1471
1472
pub fn substs(&self) -> &'tcx Substs<'tcx> {
1473
- // TODO every use of this fn is probably a bug, it should yield Binder<>
+ // FIXME(#20664) every use of this fn is probably a bug, it should yield Binder<>
1474
self.0.substs
1475
1476
1477
pub fn input_types(&self) -> &[Ty<'tcx>] {
1478
1479
self.0.input_types()
1480
1481
0 commit comments