implement module resolution for `sync_docs` proc macro
Opened this issue · 0 comments
infiniteregrets commented
would be a nice enhancement to not just find the first occurrence, but to do actual mod resolution like foo::bar::Type
etc
first thought would be split on ::
and if split > 1
start finding mod till left with one item which will be the type