Add a FIXME to patch up rustdoc

This commit is contained in:
Niko Matsakis 2014-12-29 11:02:24 -05:00
parent 58467fab0f
commit d62d4953d2

View file

@ -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
}
}