KERNEL_SET_HASH

Constant KERNEL_SET_HASH 

Source
pub const KERNEL_SET_HASH: &str = "dfbca1d914ec";
Expand description

Content fingerprint of the generated kernel set, emitted by build.rs as a rustc-env. Referencing it here makes cargo recompile this crate whenever the kernel set changes — closing the include!-not-tracked staleness hole that silently embedded a stale module list (the 98-vs-99 regression).