Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
lustrc opened this issue May 8, 2021 · 1 comment

Comments

@lustrc
Copy link

lustrc commented May 8, 2021

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

@darfink
Copy link
Owner

darfink commented May 10, 2021

Fixed by #20

@darfink darfink closed this as completed May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants