We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ cargo --version cargo 1.74.0 (ecb9851af 2023-10-18)
rror[E0512]: cannot transmute between types of different sizes, or dependently-sized types --> /home/dan/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.3.9/src/sockaddr.rs:153:9 | 153 | mem::transmute::<SocketAddrV4, sockaddr_in>(v4); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: source type: SocketAddrV4 (48 bits) = note: target type: sockaddr_in (128 bits)
SocketAddrV4
sockaddr_in
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$ cargo --version
cargo 1.74.0 (ecb9851af 2023-10-18)
rror[E0512]: cannot transmute between types of different sizes, or dependently-sized types
--> /home/dan/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.3.9/src/sockaddr.rs:153:9
|
153 | mem::transmute::<SocketAddrV4, sockaddr_in>(v4);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: source type:
SocketAddrV4
(48 bits)= note: target type:
sockaddr_in
(128 bits)The text was updated successfully, but these errors were encountered: