-
Notifications
You must be signed in to change notification settings - Fork 212
docs.rs build of crate zalgo-codec
fails due to an internal compiler error
#2367
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 related crates zalgo-codec-common and zalgo-codec-macro build without issue. |
It looks like a rebuild should work if done on windows? |
Hi, While we could rebuild, docs.rs can only build on linux, and uses cross compilation for the other platforms. You might be able to reproduce it using our Generally we have the ability to "freeze" the nightly version that docs.rs uses, so I fixed it to I'll leave this issue open until the rustc bug is fixed, and I can unfreeze the nightly version |
It looks like a fix has been merged: rust-lang/rust/issues/119126. |
yep, thanks! I unfroze the toolchain. |
Crate name
zalgo-codec
Build failure link
https://docs.rs/crate/zalgo-codec/0.9.6/builds/1066812
Additional details
I'm not quite sure what to make of it, all previous versions have built fine, and
cargo doc --all-features
works on my machine.It looks like an internal compiler error related to wayland on the linux docker image used to make the docs?
The text was updated successfully, but these errors were encountered: