darfink / detour-rs

A cross-platform detour library written in Rust
Other
389 stars 71 forks source link

error[E0658]: trait bounds other than `Sized` on const fn parameters are unstable #19

Closed lustrc closed 3 years ago

lustrc commented 3 years ago
error[E0658]: trait bounds other than Sized on const fn parameters are unstable --> src\detours\statik.rs:69:6 69 impl StaticDetour { ^

= note: see issue #57563 https://github.com/rust-lang/rust/issues/57563 for more information = help: add #![feature(const_fn_trait_bound)] to the crate attributes to enable

add Did not resolve

darfink commented 3 years ago

Fixed by #20