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