pleco-rs / Pleco

A Rust-based re-write of the Stockfish Chess Engine
https://crates.io/crates/pleco
GNU General Public License v3.0
358 stars 38 forks source link

Doesn't Compile due to const_fn feature having been removed #137

Closed duganc closed 1 year ago

duganc commented 2 years ago

It looks like compilation (on Nightly, release) is failing due to:


error[E0557]: feature has been removed
  --> pleco_engine\src/lib.rs:24:12
   |
24 | #![feature(const_fn)]
   |            ^^^^^^^^ feature has been removed
   |
   = note: split into finer-grained feature gates
jbgriesner commented 2 years ago

PR done: https://github.com/sfleischman105/Pleco/pull/138

chase-manning commented 1 year ago

@duganc @jbgriesner This has been fixed now 😄