syzygy1 / Rustfish

Rust port of Stockfish
GNU General Public License v3.0
30 stars 4 forks source link

Compile errors due to most recent commit #6

Closed annedrewhu closed 3 years ago

annedrewhu commented 3 years ago

Hi, I just tried building fresh from source with cargo build --release and it failed to compile due to the most recent commit. When I compiled from the parent (c5cdb...) it worked fine

syzygy1 commented 3 years ago

Which version of Rust are you using? $ rustc --version rustc 1.48.0

annedrewhu commented 3 years ago

Ah, I see I was on 1.44.1

Sorry! I didn't think that they would have fixed a borrow checker error in the past couple months