curve25519-dalek-source/curve25519-dalek-derive/tests
Noa Resare e3b5328202
Fix curve25519-dalek-derive test compilation on CentOS 10 x86_64 (#756)
The test assumed that the 'avx2' target_feature would never be set
and used this fact to verify that unsafe_target_feature would
correctly not even compile test functions maked with that
target_feature. As of CentOS 10 and derivatives, th avx2
target_feature is now set by the system rustc, so let's use a
target_feature less likely to appear in the real world.

Closes #755
2025-05-26 08:24:17 -06:00
..
tests.rs Fix curve25519-dalek-derive test compilation on CentOS 10 x86_64 (#756) 2025-05-26 08:24:17 -06:00