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
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
--> /home/kali/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/socket2-0.3.12/src/sockaddr.rs:176:9
|
176 | mem::transmute::<SocketAddrV4, sockaddr_in>(v4);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: source type: SocketAddrV4 (48 bits)
= note: target type: sockaddr_in (128 bits)
For more information about this error, try rustc --explain E0512.
error: could not compile socket2 due to previous error
warning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered:
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
--> /home/kali/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/socket2-0.3.12/src/sockaddr.rs:176:9
|
176 | mem::transmute::<SocketAddrV4, sockaddr_in>(v4);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: source type:
SocketAddrV4
(48 bits)= note: target type:
sockaddr_in
(128 bits)For more information about this error, try
rustc --explain E0512
.error: could not compile
socket2
due to previous errorwarning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered: