Add a FIXME to patch up rustdoc
This commit is contained in:
parent
58467fab0f
commit
d62d4953d2
1 changed files with 3 additions and 1 deletions
|
|
@ -506,7 +506,9 @@ impl<'tcx> Clean<Vec<TyParamBound>> for ty::ExistentialBounds<'tcx> {
|
|||
for bb in self.builtin_bounds.iter() {
|
||||
vec.push(bb.clean(cx));
|
||||
}
|
||||
// TODO projection bounds
|
||||
|
||||
// FIXME(#20299) -- should do something with projection bounds
|
||||
|
||||
vec
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue