Skip to content

Commit 004a567

Browse files
committed
Convert TODO to FIXME for now
1 parent 7ae1c6b commit 004a567

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_typeck/check/method

1 file changed

+1
-1
lines changed

src/librustc_typeck/check/method/probe.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ impl<'a,'tcx> ProbeContext<'a,'tcx> {
768768
// Check whether the impl imposes obligations we have to worry about.
769769
let impl_generics = ty::lookup_item_type(self.tcx(), impl_def_id).generics;
770770
let impl_bounds = impl_generics.to_bounds(self.tcx(), substs);
771-
// TODO assoc type normalization here?
771+
// FIXME(#20378) assoc type normalization here?
772772

773773
// Erase any late-bound regions bound in the impl
774774
// which appear in the bounds.

0 commit comments

Comments
 (0)