Skip to content

Build breaks on 32bit systems: cannot find value SEED in this scope #298

@yurivict

Description

@yurivict
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

FreeBSD

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions