Skip to content

Commit d62d495

Browse files
committed
Add a FIXME to patch up rustdoc
1 parent 58467fa commit d62d495

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
@@ -506,7 +506,9 @@ impl<'tcx> Clean<Vec<TyParamBound>> for ty::ExistentialBounds<'tcx> {
506506
for bb in self.builtin_bounds.iter() {
507507
vec.push(bb.clean(cx));
508508
}
509-
// TODO projection bounds
509+
510+
// FIXME(#20299) -- should do something with projection bounds
511+
510512
vec
511513
}
512514
}

0 commit comments

Comments
 (0)