-
Notifications
You must be signed in to change notification settings - Fork 212
My crates docs failed to build: trait-cast
, trait-cast-macros
and tracing-proc-macros-ink
#2689
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
The actual error is:
the nightly version docs.rs is using is currently frozen to You could make your crate build with that old nightly version, but there is also a good chance that I can unfreeze the used nightly version after this weekend. |
Ahh I see. It would be nice to show the exact nightly version that is in use by |
it's shown here: |
( I would totally accept a PR that shows it on the build error page too :) or also links to the about/builds page ) |
Can you retrigger the build once the nightly is unfreezed or should I just push a new minor version? |
I can totally trigger the rebuild once it's unfrozen (it isn't yet). ( it might take a couple days more, I'm waiting for a fix and another nightly release right now). the other option for you is still to make your crate compile with the older nightly version |
Yeah, I will just go ahead and make it compatible.
Could be a good first issue for new contributors. :D |
Maybe also add a warning if the nightly was behind at the time of the build. |
seeing all the reports that need a newer nightly I decided to unfreeze the version. I also queued rebuilds for the three releases above |
Crate name
trait-cast
,trait-cast-macros
andtracing-proc-macros-ink
Build failure link
https://docs.rs/crate/trait-cast/0.3.1/builds/1586058, https://docs.rs/crate/trait-cast-macros/0.3.1/builds/1586057, https://docs.rs/crate/tracing-proc-macros-ink/0.1.2/builds/1586024
Additional details
cargo doc
builds successfully locally. If this is my fault, the error messageinvalid Cargo.toml syntax
is not very helpful.The text was updated successfully, but these errors were encountered: