-
Notifications
You must be signed in to change notification settings - Fork 208
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
Compile Error on nightly, unknown feature stdsimd
#550
Comments
The commit removing stdsimd is rust-lang/rust@ea37e80 |
#548 fixes this |
pathfinder_simd uses a nightly feature that changed recently, and as such fails to compile on nightly. See plotters-rs/plotters#548 servo/font-kit#233 servo/pathfinder#550
I still get the error when trying to compile |
https://github.com/servo/pathfinder/blob/main/geometry/Cargo.toml does not have a Could you provide a lot of the build failure that you are seeing? |
Sorry, I meant pathfinder_canvas. |
hmm That feature compiled file for me on stable and nightly, when building on |
I should probably re-open #313 again. |
Will we have a new release? |
I think that's for another issue, but it doesn't look like the next release is coming soon. |
This issue seems to be preventing my docs from being built on docs.rs after a publish. |
Any updates on this ? |
Bumping. |
This is also causing my builds to fail and is deep into my dependency graphs. If I switch from nightly to stable it fixes it but I need nightly features |
A new version of pathfinder_simd was published. This should be fixed now. |
This is similar to the error in the
ahash
crate: tkaitchuck/aHash#200The text was updated successfully, but these errors were encountered: