-
Notifications
You must be signed in to change notification settings - Fork 25
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
Docs do not build for 0.6.2 #13
Comments
Thanks for pointing this out. Looks like docs.rs is failing to build a number of crates dependent on |
It seems that the failure corresponds with the move to building docs for LLVM-11 by default. I tried running the docs build script with the last nightly that succeeded on I believe the default
so I am guessing that the llvm-sys issue you linked was not actually the right fix, and only works because the So a quick fix is probably to change back
until a working fix is committed to the llvm-sys crate. |
great find! That must be it. I will switch back to |
Upstream issue for more permanent fix: rust-lang/cargo#8811 |
See: https://docs.rs/crate/haybale/0.6.2 . Not a huge deal because you can just visit an older version of the docs, but thought you might want to be aware because all of the links in the README are now broken.
The text was updated successfully, but these errors were encountered: