Skip to content

Commit

Permalink
Convert TODO to FIXME for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Dec 31, 2014
1 parent 7ae1c6b commit 004a567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_typeck/check/method/probe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

7 comments on commit 004a567

@bors
Copy link
Contributor

@bors bors commented on 004a567 Jan 1, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from nikomatsakis
at nikomatsakis@004a567

@bors
Copy link
Contributor

@bors bors commented on 004a567 Jan 1, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging nikomatsakis/rust/assoc-types = 004a567 into auto

@bors
Copy link
Contributor

@bors bors commented on 004a567 Jan 1, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

status: {"merge_sha": "7d4f4876d65bddf101784230c0347adcb01e5c21"}

@bors
Copy link
Contributor

@bors bors commented on 004a567 Jan 1, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nikomatsakis/rust/assoc-types = 004a567 merged ok, testing candidate = 7d4f487

@bors
Copy link
Contributor

@bors bors commented on 004a567 Jan 1, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 7d4f487

@bors
Copy link
Contributor

@bors bors commented on 004a567 Jan 1, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 7d4f487

Please sign in to comment.