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 f8cacca commit 774881dCopy full SHA for 774881d
src/librustc/ty/mod.rs
@@ -1373,7 +1373,7 @@ impl<'tcx> Predicate<'tcx> {
1373
}
1374
};
1375
1376
- // The only reason to collect into a vector here is that I was
+ // FIXME: The only reason to collect into a vector here is that I was
1377
// too lazy to make the full (somewhat complicated) iterator
1378
// type that would be needed here. But I wanted this fn to
1379
// return an iterator conceptually, rather than a `Vec`, so as
0 commit comments