-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Supertrait shown in docs for core::num::Zero but not std::num::Zero. #14636
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
Labels
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Comments
It appears this line is indeed wrong! |
tomjakubowski
added a commit
to tomjakubowski/rust
that referenced
this issue
Jun 5, 2014
Previously, documentation for an inlined trait (i.e. a trait imported and reexported from another crate) didn't display the trait's supertraits. Closes rust-lang#14636
bors
added a commit
that referenced
this issue
Jun 5, 2014
Previously, documentation for an inlined trait (i.e. a trait imported and reexported from another crate) didn't display the trait's supertraits. Closes #14636
mcpherrinm
pushed a commit
to mcpherrinm/rust
that referenced
this issue
Jun 10, 2014
Previously, documentation for an inlined trait (i.e. a trait imported and reexported from another crate) didn't display the trait's supertraits. Closes rust-lang#14636
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jun 5, 2023
internal: Remove unnecessary is_derive field from MacroCallKind::Attr
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Apr 22, 2025
changelog: none r? ghost
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I imagine this has something to do with re-exporting:
http://static.rust-lang.org/doc/master/core/num/trait.Zero.html
http://static.rust-lang.org/doc/master/std/num/trait.Zero.html
The text was updated successfully, but these errors were encountered: