-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
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
MSRV 1.56.0 TODO #1688
Comments
Is |
If we have a |
I believe that should be fine. |
JonathanWoollett-Light
pushed a commit
to JonathanWoollett-Light/nix
that referenced
this issue
Nov 20, 2022
* Make ipv4addr_to_libc const * Use mem::transmute in ipv4addr_to_libc and ipv6addr_to_libc Fixes nix-rust#1687 Fixes nix-rust#1688
StackOverflowExcept1on
pushed a commit
to StackOverflowExcept1on/nix
that referenced
this issue
Nov 21, 2022
* Make ipv4addr_to_libc const * Use mem::transmute in ipv4addr_to_libc and ipv6addr_to_libc Fixes nix-rust#1687 Fixes nix-rust#1688
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After raising the MSRV to 1.56.0:
ipv4addr_to_libc
andipv4addr_to_libc
by changing their bodies to a simplemem::transmute
, sinceIpv4Addr
andIpv6Addr
are simple newtypes around the libc types.The text was updated successfully, but these errors were encountered: