cargo rustc --release -- -C target-cpu=native --emit link=Viridithas-5596B264-6A2476C9
    Updating crates.io index
     Locking 122 packages to latest Rust 1.89.0 compatible versions
      Adding windows-sys v0.60.2 (available: v0.61.2)
   Compiling proc-macro2 v1.0.103
   Compiling quote v1.0.42
   Compiling unicode-ident v1.0.22
   Compiling libc v0.2.177
   Compiling utf8parse v0.2.2
   Compiling anstyle-query v1.1.4
   Compiling colorchoice v1.0.4
   Compiling is_terminal_polyfill v1.70.2
   Compiling anstyle v1.0.13
   Compiling heck v0.5.0
   Compiling strsim v0.11.1
   Compiling clap_lex v0.7.6
   Compiling anyhow v1.0.100
   Compiling twox-hash v2.1.2
   Compiling byteorder v1.5.0
   Compiling viridithas v19.0.0 (/tmp/tmp8u6pqgfu/Viridithas/Viridithas-tmp)
   Compiling arrayvec v0.7.6
   Compiling anstyle-parse v0.2.7
   Compiling ruzstd v0.8.2
   Compiling anstream v0.6.21
   Compiling fxhash v0.2.1
   Compiling clap_builder v4.5.51
   Compiling syn v2.0.110
   Compiling memmap2 v0.9.9
   Compiling term_size v0.3.2
   Compiling clap_derive v4.5.49
   Compiling clap v4.5.51
error[E0433]: failed to resolve: use of undeclared type `SearchLimit`
   --> src/search.rs:494:20
    |
494 |             if let SearchLimit::Dynamic { our_clock, .. } = t.info.clock.limit()
    |                    ^^^^^^^^^^^ use of undeclared type `SearchLimit`
    |
help: consider importing this enum
    |
  6 + use crate::timemgmt::SearchLimit;
    |

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