cargo rustc --release -p cherry -- --emit link=Cherry-58C69262-5DDFD047
    Updating crates.io index
     Locking 62 packages to latest Rust 1.94.0-nightly compatible versions
   Compiling libc v0.2.183
   Compiling proc-macro2 v1.0.106
   Compiling quote v1.0.45
   Compiling unicode-ident v1.0.24
   Compiling arrayvec v0.7.6
   Compiling rand_core v0.10.0
   Compiling getrandom v0.4.2
   Compiling cfg-if v1.0.4
   Compiling colored v3.1.1
   Compiling thiserror v2.0.18
   Compiling cpufeatures v0.3.0
   Compiling smallvec v1.15.1
   Compiling chacha20 v0.10.0
   Compiling cherry-core v0.1.0 (/tmp/tmpkzksaf19/Cherry/Cherry-tmp/cherry-core)
   Compiling syn v2.0.117
   Compiling memmap2 v0.9.10
   Compiling atomic-wait v1.1.0
   Compiling rand v0.10.0
   Compiling pyrrhic-rs v0.2.0
   Compiling cherry v0.1.0 (/tmp/tmpkzksaf19/Cherry/Cherry-tmp)
   Compiling thiserror-impl v2.0.18
error[E0609]: no field `pv` on type `&mut [SearchStack]`
   --> src/cherry/search/search.rs:808:41
    |
808 |             parent.pv.update(mv, &child.pv);
    |                                         ^^ unknown field

For more information about this error, try `rustc --explain E0609`.
error: could not compile `cherry` (bin "cherry") due to 1 previous error
make: *** [Makefile:13: native] Error 101