rustdoc
rustdoc copied to clipboard
Display all exports and re-exports
If an item isn't reachable through it's qualified path or is re-exported at another location, rustdoc doesn't display it.
This is currently blocked on
- [x] https://github.com/nrc/rls-analysis/issues/79
- [ ] https://github.com/nrc/rls-analysis/issues/123
I'm currently working through the rls and compiler changes necessary for this, but I'll be tracking the progress here.