-
Notifications
You must be signed in to change notification settings - Fork 1.1k
libc docs fail to build with last nightly #961
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
So the funny thing is that this breaks on anything older than today's nightly:
etc. |
So, the breaking compiler change is rust-lang/rust#48171 , and this very issue was worked around for the compiler only with #951. And the third paragraph in that issue even mentions that I guess the question now is whether we care about the documentation generation working with nightlies before that change. |
Add dox::{Copy, Clone} impls for pointer and integer types. Fixes: #961
Add dox::{Copy, Clone} impls for pointer and integer types. Fixes: #961
Add dox::{Copy, Clone} impls for pointer and integer types. Fixes: #961
See this log from building PR #960 : https://travis-ci.org/rust-lang/libc/jobs/362429880
I was able to reproduce locally with current master and last nightly. Yesterday's nightly worked fine.
example from the log:
I'm not sure whether it's a legitimate regression in rustdoc that broke the magic happening in dox.rs or if it's a legitimate problem in dox.rs.
The text was updated successfully, but these errors were encountered: