watchexec/cargo-watch

Mismatched type errors preventing build

Sylvanbain opened this issue · 1 comments

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 uploaded screenshots, maybe it can help.
error1
error2

Use --locked

Duplicate of #304