about summary refs log tree commit diff
path: root/src/test/ui/stability-attribute/generics-default-stability.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-469/+0
2022-02-24don't special case `DefKind::Ctor` in encodinglcnr-4/+4
2022-01-12Bless tests.Camille GILLOT-93/+69
2021-06-15Use last segmenthi-rustin-18/+18
2021-06-15shrinking the deprecated method spanhi-rustin-8/+8
2021-06-04Revert "shrinking the deprecated method span"Rich Kadel-8/+8
2021-05-24shrinking the deprecated method spanhi-rustin-8/+8
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-71/+71
This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed.
2021-03-15More precise spans for HIR pathsVadim Petrochenkov-4/+4
2020-09-23Add enum and type alias tests for generic default stabilityJacob Hughes-2/+290
2020-09-22Fix compilation & test failuresJacob Hughes-16/+16
2020-09-22Test unstable Alloc param on BoxAvi Dessauer-1/+9
2020-09-22Add unstable default feature enabled testAvi Dessauer-28/+28
2020-09-22Add test case demonstrating leakAvi Dessauer-22/+22
2020-09-22Test stability on default parameter of deprecatedAvi Dessauer-1/+123
2020-09-22Add more testsAvi Dessauer-1/+25
2020-09-22Fix testsAvi Dessauer-4/+4
2020-09-22Comment out broken testsAvi Dessauer-4/+28
2020-09-22Stability annotations on generic trait parametersAvi Dessauer-0/+27