-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustdoc: std::f32::consts (re-exported module) members are not documented #19185
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
Comments
I don't know the best way to tackle this, as I know little about re-exported documentation. @huonw do you know? |
To clarify: I think this is a bug in rustdoc code rather than documentation that needs to be written. |
Agreed. |
This is a dupe of #15821 (although that should be updated to reflect the static -> const split). |
Not actually a dupe of #15821, my mistake. |
tomjakubowski
added a commit
to tomjakubowski/rust
that referenced
this issue
Dec 12, 2014
Build `clean::ConstantItem` values in the `inline` module and pretty-print the AST for inlined const items. Doc strings are still missing from inlined constants (see rust-lang#19773). Partially address rust-lang#18156, rust-lang#19722, rust-lang#19185 Fix rust-lang#15821
brson
added a commit
to brson/rust
that referenced
this issue
Dec 12, 2014
Build `clean::ConstantItem` values in the `inline` module and pretty-print the AST for inlined const items. Doc strings are still missing from inlined constants (see rust-lang#19773). Partially address rust-lang#18156, rust-lang#19722, rust-lang#19185 Fix rust-lang#15821 r? @alexcrichton
brson
added a commit
to brson/rust
that referenced
this issue
Dec 13, 2014
Build `clean::ConstantItem` values in the `inline` module and pretty-print the AST for inlined const items. Doc strings are still missing from inlined constants (see rust-lang#19773). Partially address rust-lang#18156, rust-lang#19722, rust-lang#19185 Fix rust-lang#15821 r? @alexcrichton
tomjakubowski
added a commit
to tomjakubowski/rust
that referenced
this issue
Dec 13, 2014
Fix rust-lang#19773 Together with rust-lang#19774 (which this is rebased on): Fix rust-lang#18156, fix rust-lang#19722, fix rust-lang#19185
brson
added a commit
to brson/rust
that referenced
this issue
Dec 15, 2014
Build `clean::ConstantItem` values in the `inline` module and pretty-print the AST for inlined const items. Doc strings are still missing from inlined constants (see rust-lang#19773). Partially address rust-lang#18156, rust-lang#19722, rust-lang#19185 Fix rust-lang#15821 r? @alexcrichton
brson
added a commit
to brson/rust
that referenced
this issue
Dec 15, 2014
Fix rust-lang#19773 Together with rust-lang#19774 (which this is rebased on): Fix rust-lang#18156, fix rust-lang#19722, fix rust-lang#19185 r? @alexcrichton (since this was your suggestion!)
lnicola
added a commit
to lnicola/rust
that referenced
this issue
Feb 24, 2025
Update architecture.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://doc.rust-lang.org/std/f32/consts/ and http://doc.rust-lang.org/std/f64/consts/ are currently empty, except for the module’s docstring. Compare with http://doc.rust-lang.org/core/f32/consts/ and http://doc.rust-lang.org/core/f64/consts/
The text was updated successfully, but these errors were encountered: