在rust中,执行cargo install cargo-watch时,报错:std c_void and libc c_void are different types
解决:将此路径下27行的use std::os::raw::c_void; 改为use winapi::ctypes::c_void;
![]()
在rust中,执行cargo install cargo-watch时,报错:std c_void and libc c_void are different types
解决:将此路径下27行的use std::os::raw::c_void; 改为use winapi::ctypes::c_void;
![]()

被折叠的 条评论
为什么被折叠?