Skip to content

Commit 774881d

Browse files
committed
rustc/ty: mark a comment as FIXME
1 parent f8cacca commit 774881d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ impl<'tcx> Predicate<'tcx> {
13731373
}
13741374
};
13751375

1376-
// The only reason to collect into a vector here is that I was
1376+
// FIXME: The only reason to collect into a vector here is that I was
13771377
// too lazy to make the full (somewhat complicated) iterator
13781378
// type that would be needed here. But I wanted this fn to
13791379
// return an iterator conceptually, rather than a `Vec`, so as

0 commit comments

Comments
 (0)