about summary refs log tree commit diff
path: root/src/test/ui/impl-header-lifetime-elision/explicit-and-elided-same-header.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-13/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-19Stabilize impl_header_lifetime_elision in 2015Scott McMurray-2/+0
It's already stable in 2018; this finishes the stabilization.
2018-09-22Allow both explicit and elided lifetimes in the same impl headerScott McMurray-0/+25
(While still prohibiting explicit and in-band in the same header.)