mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
ac02e40380
Capture all lifetimes for TAITs and impl trait in associated types This reverts commitcb9467515b, reversing changes made to57781b24c5. (This is only true for the tests, the change itself was done from scratch, as the compiler has diverged sufficiently for a revert to not make sense anymore). This implements the lang team decision from this meeting: https://hackmd.io/sFaSIMJOQcuwCdnUvCxtuQ?view r? `@cjgillot` on the impl