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/tmp1ukxz0_a/BlackMarlin/BlackMarlin-tmp) Compiling arrayvec v0.7.2 Compiling cfg-if v1.0.0 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 = help: use an inclusive range pattern, like N..=M For more information about this error, try `rustc --explain E0658`. error: could not compile `blackmarlin` (bin "blackmarlin") due to 1 previous error make: *** [makefile:11: rule] Error 101