rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
97.46k stars 12.6k forks source link

Tracking issue for lifetime elision for impl headers (feature impl_header_lifetime_elision) #15872

Closed aturon closed 5 years ago

aturon commented 10 years ago

The lifetime elision RFC included rules for eliding lifetimes in impl headers, but these rules were not included in the implementation.

Mentoring instructions can be found here.

scottmcm commented 5 years ago

:tada: https://github.com/rust-lang/rust/pull/54778 stabilized this for 1.31 :tada: