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
Building feature rdseed or --all-features fails on 32-bit x86:
error[E0432]: unresolved import `core::arch::x86::_rdseed64_step`
--> src/entropy.rs:58:6
|
58 | use core::arch::x86::_rdseed64_step as rdseed;
| ^^^^^^^^^^^^^^^^^--------------^^^^^^^^^^
| | |
| | help: a similar name exists in the module: `_rdseed16_step`
| no `_rdseed64_step` in `core_arch::arch::x86`
The text was updated successfully, but these errors were encountered:
Building feature rdseed or --all-features fails on 32-bit x86:
The text was updated successfully, but these errors were encountered: