cargo rustc --release -p simbelmyne -- -C target-cpu=native --emit link=Simbelmyne-E5814C25
   Compiling anyhow v1.0.86
   Compiling proc-macro2 v1.0.86
   Compiling unicode-ident v1.0.12
   Compiling crossbeam-utils v0.8.20
   Compiling either v1.13.0
   Compiling lazy_static v1.5.0
   Compiling rayon-core v1.12.1
   Compiling utf8parse v0.2.2
   Compiling colored v2.1.0
   Compiling anstyle-parse v0.2.4
   Compiling itertools v0.11.0
   Compiling colorchoice v1.0.1
   Compiling arrayvec v0.7.4
   Compiling anstyle v1.0.7
   Compiling anstyle-query v1.1.0
   Compiling crossbeam-epoch v0.9.18
   Compiling quote v1.0.36
   Compiling is_terminal_polyfill v1.70.0
   Compiling anstream v0.6.14
   Compiling strsim v0.11.1
   Compiling syn v2.0.70
   Compiling crossbeam-deque v0.8.5
   Compiling clap_lex v0.7.1
   Compiling heck v0.5.0
   Compiling clap_builder v4.5.7
   Compiling simbelmyne v1.9.0 (/tmp/tmpg5yyfi78/Simbelmyne/Simbelmyne-tmp/simbelmyne)
   Compiling simbelmyne-chess v0.1.0 (/tmp/tmpg5yyfi78/Simbelmyne/Simbelmyne-tmp/chess)
error[E0658]: inline-const is experimental
  --> chess/src/movegen/lookups.rs:59:30
   |
59 | pub const UP_RAYS: BBTable = const {
   |                              ^^^^^
   |
   = note: see issue #76001 <https://github.com/rust-lang/rust/issues/76001> for more information

error[E0658]: inline-const is experimental
  --> chess/src/movegen/lookups.rs:80:32
   |
80 | pub const DOWN_RAYS: BBTable = const {
   |                                ^^^^^
   |
   = note: see issue #76001 <https://github.com/rust-lang/rust/issues/76001> for more information

   Compiling rayon v1.10.0
For more information about this error, try `rustc --explain E0658`.
error: could not compile `simbelmyne-chess` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
error: could not compile `simbelmyne-chess` (lib) due to 2 previous errors
make: *** [Makefile:4: openbench] Error 101