about summary refs log tree commit diff
path: root/src/test/ui/self/elision/ref-mut-struct.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-77/+0
2022-06-03Fully stabilize NLLJack Huey-0/+77
2022-04-17Use revisions instead of nll compare mode for `/self/` ui testsmarmeladema-83/+0
2022-03-01update (bless) test resultsFausto-5/+5
2022-02-28Suggest adding a new lifetime parameter when two elided lifetimes should ↵Fausto-0/+30
match up for traits and impls. Issue #94462
2019-11-26Stabilize nested self receiversTaylor Cramer-5/+5
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-11-07Update ui testsGuillaume Gomez-0/+1
2019-07-27Minor clean upTaiki Endo-5/+5
2019-07-27add a bevy of new test casesNiko Matsakis-0/+52