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