Convert TODO to FIXME for now
This commit is contained in:
parent
7ae1c6bc26
commit
004a567de3
@ -768,7 +768,7 @@ impl<'a,'tcx> ProbeContext<'a,'tcx> {
|
||||
// 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_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
|
||||
// which appear in the bounds.
|
||||
|
Loading…
x
Reference in New Issue
Block a user