-
Notifications
You must be signed in to change notification settings - Fork 217
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: invalid monomorphization, simd_shuffle index must be a SIMD vector #571
Comments
This is caused by rust-lang/rust#128738 / rust-lang/rust#130268 |
I have the same issue with both stable rust (1.81) and nightly 1.83 😕 I am unable to compile the Zed editor due to this issue. |
- Removed fuse-ld=mold - Removed rust version requirement - Temporary fix for zed-industries#18492 - Temporary fix for servo/pathfinder#571 - Upgraded to wasip2
- Removed fuse-ld=mold - Removed rust version requirement - Temporary fix for zed-industries#18492 - Temporary fix for servo/pathfinder#571 - Upgraded to wasip2
- Removed fuse-ld=mold - Removed rust version requirement - Temporary fix for zed-industries#18492 - Temporary fix for servo/pathfinder#571 - Upgraded to wasip2
- Removed fuse-ld=mold - Removed rust version requirement - Temporary fix for zed-industries#18492 - Temporary fix for servo/pathfinder#571 - Upgraded to wasip2 fix more broken stuff yeet x11 requirement
In the meantime, I worked around this by creating a [toolchain]
channel = "nightly-2024-08-04" YMMV but wanted to share the easy fix for others just in case. |
Some commits were added since 0.5.4 that fixed this issue for me. This can be done by directly referencing this repository in the [patch.crates-io]
pathfinder_simd = { git = "https://github.com/theoparis/pathfinder.git" } |
I get this compile error on nightly-2024-09-17:
The text was updated successfully, but these errors were encountered: