I don't know whether this is the appropriate place but I'm having issues when trying to build it as I was following along the Zero to Production book.
It says there are 2 mismatched type errors in the notify (lib)?
expected winapi::ctypes::c_void, found libc::c_void in line 276 of windows.rs
expected winapi::ctypes::c_void, found libc::c_void in line 282 of windows.rs
I don't know whether this is the appropriate place but I'm having issues when trying to build it as I was following along the Zero to Production book.
It says there are 2 mismatched type errors in the notify (lib)? expected
winapi::ctypes::c_void
, foundlibc::c_void
in line 276 of windows.rs expectedwinapi::ctypes::c_void
, foundlibc::c_void
in line 282 of windows.rsI uploaded screenshots, maybe it can help.