You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crash is present in nightly but not in beta, as in beta works fine.
Something that might be important is that running cargo build results in the following error:
error[E0635]: unknown feature `stdsimd`
--> C:\Users\anton\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ahash-0.8.6\src/lib.rs:99:42
|
99 | #![cfg_attr(feature = "stdsimd",feature(stdsimd))]
| ^^^^^^^
For more information about this error, try `rustc --explain E0635`.error: could not compile `ahash` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
This is not an issue for me as I manually bumped the versions of some of my dependencies which fixed both issues but this seems like a weird edge case in cargo (unless I missed something).
The text was updated successfully, but these errors were encountered:
I tried running
cargo update
in this repository which resulted in the following error (with full stacktrace):Meta
rustc --version --verbose
:The crash is present in nightly but not in beta, as in beta works fine.
Something that might be important is that running
cargo build
results in the following error:Found this thread that explains the error.
This is not an issue for me as I manually bumped the versions of some of my dependencies which fixed both issues but this seems like a weird edge case in cargo (unless I missed something).
The text was updated successfully, but these errors were encountered: