``` 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 ``` [log](https://pkg-status.freebsd.org/ampere2/data/main-armv7-default/p7b2be625f599_s95ea57c856/logs/py311-SudachiPy-0.6.10_1.log) FreeBSD