Skip to content

Commit 6fa9175

Browse files
committed
Add a FIXME to patch up rustdoc
1 parent 930765e commit 6fa9175

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/librustdoc/clean/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,9 @@ impl<'tcx> Clean<Vec<TyParamBound>> for ty::ExistentialBounds<'tcx> {
510510
for bb in self.builtin_bounds.iter() {
511511
vec.push(bb.clean(cx));
512512
}
513-
// TODO projection bounds
513+
514+
// FIXME(#20299) -- should do something with projection bounds
515+
514516
vec
515517
}
516518
}

0 commit comments

Comments
 (0)