-
Notifications
You must be signed in to change notification settings - Fork 13k
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
std::f32 impl Float is duplicated #22025
Comments
Some examples for `std::num::Float` ~~This is WIP for making examples for `f32`. This probably won't pass `make tidy` and I'm not sure which `f32` needs documentation. rust-lang#22025 shows 2 sets of `f32` which seems split between `core` and `std`. I'm not sure which should be documented but I started doing a couple from `std`. Easy to move if that's where they go...~~ ~~Gotta build it eventually to actually see if the docs actually appear where I think they will or if I'm just disillusioned.~~ cc @steveklabnik
Possibly a dupe of #21474 |
Perhaps but this doesn't use globs as far as I can tell which is the requirement for that other bug. |
Ah right, one is |
I'm not sure what can be done here then. Since |
std::f32
doc page hasimpl Float for f32
at the top and at the bottom.Something should change so either they don't look like misshapen clones or it's clear what they mean.
The text was updated successfully, but these errors were encountered: