cargo rustc --release -- -C target-cpu=native --emit link=BlackMarlin-F524922C-50F28079 Compiling cozy-chess-types v0.2.1 Compiling blackmarlin v0.1.0 (/tmp/tmp2qdup8s7/BlackMarlin/BlackMarlin-tmp) Compiling cfg-if v1.0.0 Compiling arrayvec v0.7.2 Compiling cozy-chess v0.3.1 error[E0658]: exclusive range pattern syntax is experimental --> src/bm/bm_search/move_gen.rs:206:33 | 206 | ... 0..7 => from_hist + to_hist, | ^^^^ | = note: see issue #37854 <https://github.com/rust-lang/rust/issues/37854> for more information For more information about this error, try `rustc --explain E0658`. error: could not compile `blackmarlin` (bin "blackmarlin") due to previous error make: *** [makefile:11: rule] Error 101