Convert TODO to FIXME for now

This commit is contained in:
Niko Matsakis 2014-12-31 16:23:49 -05:00
parent 7ae1c6bc26
commit 004a567de3

View file

@ -768,7 +768,7 @@ impl<'a,'tcx> ProbeContext<'a,'tcx> {
// Check whether the impl imposes obligations we have to worry about. // Check whether the impl imposes obligations we have to worry about.
let impl_generics = ty::lookup_item_type(self.tcx(), impl_def_id).generics; let impl_generics = ty::lookup_item_type(self.tcx(), impl_def_id).generics;
let impl_bounds = impl_generics.to_bounds(self.tcx(), substs); let impl_bounds = impl_generics.to_bounds(self.tcx(), substs);
// TODO assoc type normalization here? // FIXME(#20378) assoc type normalization here?
// Erase any late-bound regions bound in the impl // Erase any late-bound regions bound in the impl
// which appear in the bounds. // which appear in the bounds.