steveklabnik / rustdoc

Not a real thing, see https://github.com/rust-lang/rust for rustdoc's actual source code
https://github.com/rust-lang/rust
104 stars 22 forks source link

Display all exports and re-exports #214

Open euclio opened 6 years ago

euclio commented 6 years ago

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

I'm currently working through the rls and compiler changes necessary for this, but I'll be tracking the progress here.