rust/src/test/ui/definition-reachable
Matthew Jasper 8ae8bc2808 Fix various issues with making items reachable through macros
* 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
2019-08-05 23:50:47 +01:00
..
auxiliary Fix various issues with making items reachable through macros 2019-08-05 23:50:47 +01:00
field-method.rs Fix various issues with making items reachable through macros 2019-08-05 23:50:47 +01:00
nested-fn.rs Fix various issues with making items reachable through macros 2019-08-05 23:50:47 +01:00
private-non-types.rs Fix various issues with making items reachable through macros 2019-08-05 23:50:47 +01:00
private-types.rs Fix various issues with making items reachable through macros 2019-08-05 23:50:47 +01:00
private-use.rs Fix various issues with making items reachable through macros 2019-08-05 23:50:47 +01:00