watchexec / cargo-watch

Watches over your Cargo project's source.
Creative Commons Zero v1.0 Universal
2.78k stars 81 forks source link

Mismatched type errors preventing build #306

Closed Sylvanbain closed 6 months ago

Sylvanbain commented 6 months ago

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

passcod commented 6 months ago

Use --locked

Duplicate of #304