diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2014-12-31 16:23:49 -0500 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2014-12-31 16:23:49 -0500 |
| commit | 004a567de3d885e72d4053aeb91798749685a030 (patch) | |
| tree | fecfe7eec4dc6c8cc7648b0d61f18f434591aca0 | |
| parent | 7ae1c6bc269cd0fddb45590a91d77e39b47a4965 (diff) | |
| download | rust-004a567de3d885e72d4053aeb91798749685a030.tar.gz rust-004a567de3d885e72d4053aeb91798749685a030.zip | |
Convert TODO to FIXME for now
| -rw-r--r-- | src/librustc_typeck/check/method/probe.rs | 2 |
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. |
