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[E0277]: the type `dyn Fn(i32, *const *const i8, *const *const i8) -> i32` may contain interior mutability and a reference may not be safely transferrable across a catch_unwind boundary
error[E0277]: the type `dyn Fn() -> c_void` may contain interior mutability and a reference may not be safely transferrable across a catch_unwind boundary
this has no effect
this fails to compile. when i remove the
hook!
, then it compiles, but has no effecta working example in C code
taken from abba23/spotify-adblock-linux
The text was updated successfully, but these errors were encountered: