as shown by https://github.com/mozilla/rust/pull/5670/files I was already using `'self` in the return values for `find` and `find_mut` in the `Map` trait. I'm not entirely sure this is a bug.... but it's an inconsistency.
Activity
nikomatsakis commentedon Apr 2, 2013
It's a bug, if a minor one. cc #4846
graydon commentedon Jun 6, 2013
This testcase:
Now produces the error:
And the error goes away if I change the
impl
to:So I'm going to say this is closed. Reopen if I misunderstood.
Auto merge of rust-lang#5671 - ebroto:changelog_144_145, r=flip1995