detour-rs icon indicating copy to clipboard operation
detour-rs copied to clipboard

Is nightly still needed?

Open brandonros opened this issue 2 years ago • 5 comments

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> C:\Users\Brandon\.cargo\registry\src\github.com-1ecc6299db9ec823\detour-0.8.1\src\lib.rs:4:3
  |
4 |   feature(const_fn_trait_bound, unboxed_closures, abi_thiscall)
  |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = help: the feature `const_fn_trait_bound` has been stable since 1.61.0 and no longer requires an attribute to enable

For more information about this error, try `rustc --explain E0554`.
error: could not compile `detour` due to previous error

brandonros avatar Sep 05 '22 02:09 brandonros

I hope that this also will be fixed soon...

CXCubeHD avatar Oct 13 '22 18:10 CXCubeHD

So do I.

loongs-zhang avatar Nov 21 '22 10:11 loongs-zhang

Finally, I cloned this library and modified it.

loongs-zhang avatar Nov 25 '22 08:11 loongs-zhang

@dragon-zhang i do not see your fork/branch/pull request. can you share please?

brandonros avatar May 05 '23 02:05 brandonros

@dragon-zhang i do not see your fork/branch/pull request. can you share please?

https://github.com/acl-dev/open-coroutine/tree/dev/detour2

loongs-zhang avatar May 17 '23 10:05 loongs-zhang