Pycckue-Bnepeg / samp-rs

SA:MP SDK written in Rust
46 stars 11 forks source link

feature has been remove #23

Closed kernkode closed 2 years ago

kernkode commented 2 years ago

   Compiling detour v0.5.0
error[E0557]: feature has been removed
 --> C:\Users\d13g0\.cargo\registry\src\github.com-1ecc6299db9ec823\detour-0.5.0\src\lib.rs:2:42
  |
2 | #![cfg_attr(feature = "nightly", feature(const_fn, unboxed_closures))]
  |                                          ^^^^^^^^ feature has been removed
  |
  = note: split into finer-grained feature gates

For more information about this error, try `rustc --explain E0557`.
error: could not compile `detour` due to previous error```
kernkode commented 2 years ago

any idea how to solve it?