]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #46051 - cramertj:in-band-lifetimes, r=nikomatsakis
authorbors <bors@rust-lang.org>
Thu, 23 Nov 2017 08:20:33 +0000 (08:20 +0000)
committerbors <bors@rust-lang.org>
Thu, 23 Nov 2017 08:20:33 +0000 (08:20 +0000)
Implement in-band lifetime bindings

TODO (perhaps in a future PR): Should we ban explicit instantiation of generics with in-band lifetimes, or is it uncontroversial to just append them to the end of the lifetimes list?

Fixes #46042, cc #44524.

r? @nikomatsakis


Trivial merge