about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2014-12-31 16:23:49 -0500
committerNiko Matsakis <niko@alum.mit.edu>2014-12-31 16:23:49 -0500
commit004a567de3d885e72d4053aeb91798749685a030 (patch)
treefecfe7eec4dc6c8cc7648b0d61f18f434591aca0
parent7ae1c6bc269cd0fddb45590a91d77e39b47a4965 (diff)
downloadrust-004a567de3d885e72d4053aeb91798749685a030.tar.gz
rust-004a567de3d885e72d4053aeb91798749685a030.zip
Convert TODO to FIXME for now
-rw-r--r--src/librustc_typeck/check/method/probe.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_typeck/check/method/probe.rs b/src/librustc_typeck/check/method/probe.rs
index 610a5c0b246..f00e3e2d452 100644
--- a/src/librustc_typeck/check/method/probe.rs
+++ b/src/librustc_typeck/check/method/probe.rs
@@ -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.