Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rustdoc doesn't show methods from nested derefs #40155

Closed
retep998 opened this issue Feb 28, 2017 · 1 comment
Closed

Rustdoc doesn't show methods from nested derefs #40155

retep998 opened this issue Feb 28, 2017 · 1 comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@retep998
Copy link
Member

If Foo: Deref<Target=Bar> and Bar: Deref<Target=Meow> then on the page for Foo, rustdoc will show the methods from Bar, but not the methods from Meow.

@retep998 retep998 added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Feb 28, 2017
@ollie27
Copy link
Member

ollie27 commented Feb 28, 2017

dupe of #26207

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants