Skip to content
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

Bump the cargo group across 2 directories with 1 update #1423

Closed
wants to merge 1 commit into from

Bump the cargo group across 2 directories with 1 update

2891ff6
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Bump the cargo group across 2 directories with 1 update #1423

Bump the cargo group across 2 directories with 1 update
2891ff6
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Feb 8, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (5)

/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.2/src/backend/vector/ifma/field.rs|26 col 5| error[E0658]: use of unstable library feature 'stdsimd'
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.2/src/backend/vector/ifma/field.rs:26:5
|
26 | _mm256_madd52lo_epu64(z.into(), x.into(), y.into()).into()
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #48556 rust-lang/rust#48556 for more information
= help: add #![feature(stdsimd)] to the crate attributes to enable
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.2/src/backend/vector/ifma/field.rs|25 col 9| error[E0658]: use of unstable library feature 'stdsimd'
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.2/src/backend/vector/ifma/field.rs:25:9
|
25 | use core::arch::x86_64::_mm256_madd52lo_epu64;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #48556 rust-lang/rust#48556 for more information
= help: add #![feature(stdsimd)] to the crate attributes to enable
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.2/src/backend/vector/ifma/field.rs|34 col 5| error[E0658]: use of unstable library feature 'stdsimd'
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.2/src/backend/vector/ifma/field.rs:34:5
|
34 | _mm256_madd52hi_epu64(z.into(), x.into(), y.into()).into()
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #48556 rust-lang/rust#48556 for more information
= help: add #![feature(stdsimd)] to the crate attributes to enable
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.2/src/backend/vector/ifma/field.rs|33 col 9| error[E0658]: use of unstable library feature 'stdsimd'
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.2/src/backend/vector/ifma/field.rs:33:9
|
33 | use core::arch::x86_64::_mm256_madd52hi_epu64;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #48556 rust-lang/rust#48556 for more information
= help: add #![feature(stdsimd)] to the crate attributes to enable
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.2/src/lib.rs|19 col 13| error[E0635]: unknown feature stdarch_x86_avx512
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.2/src/lib.rs:19:13
|
19 | feature(stdarch_x86_avx512)
| ^^^^^^^^^^^^^^^^^^