sudachi.rs
sudachi.rs copied to clipboard
Build fails on i386: error[E0425]: cannot find value `SEED` in this scope
error[E0425]: cannot find value `SEED` in this scope
--> sudachi/src/util/fxhash.rs:78:25
|
78 | impl_hash_word!(usize = SEED, u32 = SEED32, u64 = SEED64);
| ^^^^ not found in this scope
|
note: constant `crate::hash::SEED` exists but is inaccessible
--> sudachi/src/hash.rs:20:1
|
20 | const SEED: u64 = 0x16f11fe89b0d677cu64;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
Version: 0.6.8 FreeBSD 14.1
Sorry, but Sudachi.rs does not support 32-bit execution mode (probably).