Skip to content

Macros not visible in documentation #15645

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

Closed
bluss opened this issue Jul 13, 2014 · 3 comments
Closed

Macros not visible in documentation #15645

bluss opened this issue Jul 13, 2014 · 3 comments
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@bluss
Copy link
Member

bluss commented Jul 13, 2014

Rustdoc doesn't show macros in module documentation or in search anymore

@alexcrichton
Copy link
Member

I believe this is a consequence of #15601 because macros are no longer in the AST. We could just lift all macros into their own top-level "module" in the crate now because that's essentially where they are anyway.

cc @jbclements, but I don't think that we should revert that change.

@jbclements
Copy link
Contributor

Yes, I agree. The spans are all in a single vector at the top level of the crate. Let me know if I can help with this.

@alexcrichton
Copy link
Member

Closing, this was fixed in #15751.

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

Successfully merging a pull request may close this issue.

3 participants