about summary refs log tree commit diff
path: root/src/test/ui/self/elision/lt-struct.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-35/+0
2019-11-26Stabilize nested self receiversTaylor Cramer-1/+0
Previously, only Self, &Self, &mut Self, Arc<Self>, Rc<Self>, and Box<Self> were available as stable method receivers. This commit stabilizes nested uses of all the above types. However, nested receivers remain non-object-safe.
2019-07-27Add main functions and check-pass annotationsTaiki Endo-1/+1
2019-07-27add a bevy of new test casesNiko Matsakis-0/+36