cargo rustc --manifest-path ./engine/Cargo.toml --bin engine --release --no-default-features --features release --features spsa -- -C target-cpu=native --emit link=Tcheran-0ADCB69B-B1CA130B
Compiling shlex v1.3.0
Compiling find-msvc-tools v0.1.4
Compiling cc v1.2.41
Compiling engine v9.0.0 (/tmp/tmp_3t7d8s_/Tcheran/Tcheran-tmp/engine)
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `params`
--> engine/src/engine/search/time_control.rs:202:26
|
202 | .mul_f32(params::BEST_MOVE_STABILITY_TIME_MULTIPLIERS[self.best_move_stability]);
| ^^^^^^ use of unresolved module or unlinked crate `params`
|
= help: if you wanted to use a crate named `params`, use `cargo add params` to add it to your `Cargo.toml`
For more information about this error, try `rustc --explain E0433`.
error: could not compile `engine` (lib) due to 1 previous error
make: *** [Makefile:10: openbench] Error 101