-
-
Notifications
You must be signed in to change notification settings - Fork 82
Fix "zero-sized fn" nightly warnings #278
Comments
Can't we just cast as |
Transmuting |
Um, well, speaking of signals there may not be actual signatures to adhere to. I'm not sure now. So this issue needs some investigation. |
rust-lang/rust#19925 stated that we can do even |
It looks like we'll have to use the |
I add PR for gtk and glib then. |
Also calling |
Looks like all warnings are gone. Thanks @EPashkin |
Example:
We should make our extern fns match the expected signatures to make transmutes unnecessary.
The text was updated successfully, but these errors were encountered: