-
Notifications
You must be signed in to change notification settings - Fork 198
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
Crate grex
did not build
#548
Comments
I'll do. It is really unfortunate that you cannot use an older nightly or stable Rust for building the docs. This would solve the problem instantly. |
Using stable is unfortunately not possible, as docs.rs uses (a lot of) unstable features to build documentation. Using another nightly is... doable, but complicated :( |
@jyn514 This is fixed in the upstream nightly. I also have an affected crate, |
@magnusuMET Thanks for letting me know. Yes please, a rebuild of the docs for crate grex, versions 0.3.1 and 0.3.2 would be great. Thanks in advance. |
I rebuilt grex 0.3.1, grex 0.3.2, and netcdf 0.4.0. |
Crate name: grex
Build failure link: https://docs.rs/crate/grex/0.3.1/builds/210840
Additional details:
The problem is dependent crate
matrixmultiply v0.2.3
.The error is
array lengths can't depend on generic parameters
.This bug has been reported already in bluss/matrixmultiply#50.
Seems to be a problem with the current Rust nightly as reported in rust-lang/rust#67743.
The text was updated successfully, but these errors were encountered: