-
Notifications
You must be signed in to change notification settings - Fork 212
Docs page broken, build succeeds (1.53.0 nightly only error, 1.51.0 stable OK) #1390
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
Please note that the link you've posted begins to work if I expand this implementation. |
Thanks for pointing out that the link works post-expansion, I didn't notice this. That's good news - a more usable state. So the functions are not missing, just nested-open by default in the stable toolchain it seems! |
This is better documented in #1399, which is arguably a duplicate of this one. There was a nightly released with a broken rustdoc. |
Queued and rebuilt: https://docs.rs/scapegoat/1.1.0/scapegoat/struct.SGMap.html |
Thank you @jyn514 ! |
Hey! I encountered a problem with generated documentation when updating a crate - believe it is a nightly bug.
Problem, 1.53.0 nightly
Documentation for a struct's functions is completely missing:
docs.rs
page demonstrating probelmpop_first
docs.rs
build log, looks successfulcargo 1.53.0-nightly (0ed318d18 2021-04-23)
No problem, 1.51.0 stable
Docs render correctly on the stable tool chain (
cargo 1.51.0 (43b129a20 2021-03-16)
):Please let me know if I can provide more information to help root cause the issue! Thank you.
The text was updated successfully, but these errors were encountered: