about summary refs log tree commit diff
path: root/src/test/ui/definition-reachable/field-method.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-11/+0
2019-08-05Fix various issues with making items reachable through macrosMatthew Jasper-0/+11
* 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