about summary refs log tree commit diff
path: root/src/test/ui/definition-reachable
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-117/+0
2020-03-06fix various typosMatthias Krüger-1/+1
2019-08-05Fix various issues with making items reachable through macrosMatthew Jasper-0/+117
* Allow items to be accessible through private modules and fields when a macro can access them. * Don't mark type-private items as reachable. * Never make items exported/public via macros