Open
Description
Problem:
Currently, the items paths
includes is just the list of paths used in the rustdoc cache. This is implementation-dependent, misses some items that should possibly be included such as re-export source items, and generally imperfect.
Solution:
paths
inclusion should be standardized, and separated from the internal cache implementation.