Skip to content

Volo failed to build due to a regression in nightly rustc #1801

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

Closed
PureWhiteWu opened this issue Aug 24, 2022 · 2 comments
Closed

Volo failed to build due to a regression in nightly rustc #1801

PureWhiteWu opened this issue Aug 24, 2022 · 2 comments

Comments

@PureWhiteWu
Copy link

Crate name

volo

Build failure link

https://docs.rs/crate/volo/latest

Additional details

Volo and Motore failed to build due to rust-lang/rust#100267.

We have specified the correct version in rust-toolchain.toml, but seems this file is not included in the crate tar.

Maybe we can include this file when creating the crate and use the specified toolchain when building docs?

@syphar
Copy link
Member

syphar commented Aug 26, 2022

Currently docs.rs doesn't look at rust-toolchain.toml, but always uses the latest nightly for building docs.

Since we are using some nightly / unstable features we also can't use any other toolchain, so looking at rust-toolchain.toml would have limited value.

Best bet is currently to wait for the bug to be fixed in nightly, and rebuild the crates on docs.rs after it's updated on our server.

( or hosting your own docs, but that's more work )

@syphar
Copy link
Member

syphar commented Jan 11, 2023

I see the latest version of the crate is built and I'll close this issue.

Feel free to reopen if there are still issues.

@syphar syphar closed this as completed Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants