We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following does not get documented as expected:
pub struct Foo; impl Foo { /// This doc comment won't be shown anywhere. pub const BAR: u32 = 7; }
The documentation comment seems to be ignored.
The text was updated successfully, but these errors were encountered:
associated_consts
Which version of rustdoc are you using? It works fine for me using 1.27 stable and newer:
Sorry, something went wrong.
I don't remember which version I was using, but I can't reproduce the bug anymore with rustc 1.29.0-nightly (6a1c063 2018-07-23).
No branches or pull requests
The following does not get documented as expected:
The documentation comment seems to be ignored.
The text was updated successfully, but these errors were encountered: