cargo rustc --manifest-path ./engine/Cargo.toml --bin engine --release --no-default-features --features release -- -C target-cpu=native --emit link=Tcheran-6DA50FE3
   Compiling find-msvc-tools v0.1.4
   Compiling shlex v1.3.0
   Compiling cc v1.2.41
   Compiling engine v7.0.0 (/tmp/tmp5fotafqc/Tcheran/Tcheran-tmp/engine)
error[E0599]: no variant or associated item named `GoodCaptures` found for enum `GenStage` in the current scope
   --> engine/src/engine/search/negamax.rs:211:40
    |
211 |             && moves.stage > GenStage::GoodCaptures
    |                                        ^^^^^^^^^^^^ variant or associated item not found in `GenStage`
    |
   ::: engine/src/engine/search/move_picker.rs:20:1
    |
 20 | pub enum GenStage {
    | ----------------- variant or associated item `GoodCaptures` not found for this enum

For more information about this error, try `rustc --explain E0599`.
error: could not compile `engine` (lib) due to 1 previous error
make: *** [Makefile:10: openbench] Error 101