You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0658]: trait bounds other than Sized on const fn parameters are unstable
--> src\detours\statik.rs:69:6
|
69 | impl<T: Function> StaticDetour {
| ^
|
= note: see issue #57563 rust-lang/rust#57563 for more information
= help: add #![feature(const_fn_trait_bound)] to the crate attributes to enable
add Did not resolve
The text was updated successfully, but these errors were encountered:
error[E0658]: trait bounds other than
Sized
on const fn parameters are unstable--> src\detours\statik.rs:69:6
|
69 | impl<T: Function> StaticDetour {
| ^
|
= note: see issue #57563 rust-lang/rust#57563 for more information
= help: add
#![feature(const_fn_trait_bound)]
to the crate attributes to enableadd Did not resolve
The text was updated successfully, but these errors were encountered: