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 the struct field docs #5621

Closed
lifthrasiir opened this issue Mar 29, 2013 · 5 comments
Closed

Rustdoc doesn't show the struct field docs #5621

lifthrasiir opened this issue Mar 29, 2013 · 5 comments
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@lifthrasiir
Copy link
Contributor

For example, rustdoc output for this code only shows a doc for A but not for x and y.

#[doc="A"] pub struct A { #[doc="x"] x: int, #[doc="y"] y: ~str }
@catamorphism
Copy link
Contributor

Nominating for milestone 5, production-ready

@msullivan
Copy link
Contributor

I'll just link this to #5413. I agree with nomination.

@graydon
Copy link
Contributor

graydon commented Aug 15, 2013

accepted for production-ready milestone

@emberian
Copy link
Member

#8125

Fixed by rustdoc_ng.

@emberian
Copy link
Member

Now that rustdoc_ng has been merged, closing.

flip1995 pushed a commit to flip1995/rust that referenced this issue May 27, 2020
Rustup

@oli-obk Do you know, how we can enforce (ui-)tests pass in rust-lang/rust for Clippy? I can open a PR for this, if you tell me what would be necessary for this.

changelog: none
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

5 participants