cargo rustc --release --no-default-features --features release -- -C target-cpu=native --emit link=Tcheran-C87365F2
Updating crates.io index
Downloading crates ...
Downloaded indicatif v0.17.9
Downloaded number_prefix v0.4.0
Downloaded console v0.15.8
Downloaded unicode-width v0.2.0
Downloaded portable-atomic v1.10.0
Downloaded unicode-width v0.1.14
Compiling proc-macro2 v1.0.92
Compiling libc v0.2.167
Compiling unicode-ident v1.0.14
Compiling quote v1.0.37
Compiling cfg-if v1.0.0
Compiling byteorder v1.5.0
Compiling syn v2.0.90
Compiling getrandom v0.2.15
Compiling shlex v1.3.0
Compiling lazy_static v1.5.0
Compiling portable-atomic v1.10.0
Compiling cc v1.2.2
Compiling rand_core v0.6.4
Compiling unicode-width v0.1.14
Compiling zerocopy-derive v0.7.35
Compiling console v0.15.8
Compiling zerocopy v0.7.35
Compiling engine v4.1.0 (/tmp/tmpage68xah/Tcheran/Tcheran-tmp)
Compiling ppv-lite86 v0.2.20
Compiling rand_chacha v0.3.1
Compiling number_prefix v0.4.0
Compiling minimal-lexical v0.2.1
Compiling memchr v2.7.4
Compiling unicode-width v0.2.0
Compiling nom v7.1.3
Compiling indicatif v0.17.9
Compiling rand v0.8.5
Compiling colored v2.1.0
Compiling arrayvec v0.7.6
error[E0432]: unresolved import `crate::engine::eval::params::KING`
--> src/engine/eval/piece_square_tables.rs:11:42
|
11 | PieceSquareTableDefinition, BISHOPS, KING, KNIGHTS, PAWNS, PIECE_VALUES, QUEENS, ROOKS,
| ^^^^
| |
| no `KING` in `engine::eval::params`
| help: a similar name exists in the module: `KINGS`
warning: unused import: `crate::chess::piece::PieceKind`
--> src/engine/eval/params.rs:3:5
|
3 | use crate::chess::piece::PieceKind;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
For more information about this error, try `rustc --explain E0432`.
warning: `engine` (bin "engine") generated 1 warning
error: could not compile `engine` (bin "engine") due to 1 previous error; 1 warning emitted
make: *** [Makefile:10: openbench] Error 101