You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mongrel2.rc:7:0: 7:15 error: multiple matching crates for `zmq`
mongrel2.rc:7 extern mod zmq;
^~~~~~~~~~~~~~~
note: candidates:
note: path: /media/data/home/cole/.cargo/lib/libzmq-ff1aeb8260514f20-0.4.so
note: meta: name = "zmq"
note: meta: vers = "0.4"
note: meta: uuid = "54cc1bc9-02b8-447c-a227-75ebc923bc29"
note: path: /home/cole/.cargo/lib/libzmq-ff1aeb8260514f20-0.4.so
note: meta: name = "zmq"
note: meta: vers = "0.4"
note: meta: uuid = "54cc1bc9-02b8-447c-a227-75ebc923bc29"
error: aborting due to previous error
make: *** [all] Error 101
The two files are the same. Should rustc maybe ignore such an error when uuid and version match anyway. Or is there another way to resolve this without restructuring my filesystem?
The text was updated successfully, but these errors were encountered:
…take, r=flip1995
Use `mem::take` instead of `mem::replace` when applicable
`std::mem::take` can be used to replace a value of type `T` with `T::default()` instead of `std::mem::replace`.
Fixes issue rust-lang#4871
changelog: Added lint for [`mem_replace_with_default`]
rustc mongrel2.rc
The two files are the same. Should rustc maybe ignore such an error when uuid and version match anyway. Or is there another way to resolve this without restructuring my filesystem?
The text was updated successfully, but these errors were encountered: