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 displayed wrongly higher-kind functions generated by macros #75564

Closed
tesuji opened this issue Aug 15, 2020 · 1 comment · Fixed by #94550
Closed

rustdoc displayed wrongly higher-kind functions generated by macros #75564

tesuji opened this issue Aug 15, 2020 · 1 comment · Fixed by #94550
Labels
C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@tesuji
Copy link
Contributor

tesuji commented Aug 15, 2020

rustdoc displayed wrongly higher-kind functions generated by macros.

For example, in this link to rustc_middle::ty::query::Providers:
image

where defined:
image

Meta

rustc --version --verbose: 1.47.0-nightly (8e21bd0 2020-08-14)

@tesuji tesuji added the C-bug Category: This is a bug. label Aug 15, 2020
@tesuji

This comment has been minimized.

@rustbot rustbot added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Aug 15, 2020
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Mar 3, 2022
rustdoc: Add test for higher kinded functions generated by macros

Fixes rust-lang#75564.

The problem has been solved apparently so adding a test to prevent a regression.

r? ``@notriddle``
@bors bors closed this as completed in 835eaaa Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. 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