darfink / detour-rs

A cross-platform detour library written in Rust
Other
406 stars 75 forks source link

Is nightly still needed? #35

Open brandonros opened 2 years ago

brandonros commented 2 years ago
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
CXCubeHD commented 2 years ago

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

loongs-zhang commented 2 years ago

So do I.

loongs-zhang commented 2 years ago

Finally, I cloned this library and modified it.

brandonros commented 1 year ago

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

loongs-zhang commented 1 year ago

@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