Skip to content
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

Keep track of new Rust features for unsafe FFI code #76

Open
FreezyLemon opened this issue Oct 23, 2024 · 1 comment
Open

Keep track of new Rust features for unsafe FFI code #76

FreezyLemon opened this issue Oct 23, 2024 · 1 comment

Comments

@FreezyLemon
Copy link
Contributor

1.82.0 for example. Raising MSRV to 1.82 is very aggressive as of now, but it should be kept in mind

@FreezyLemon
Copy link
Contributor Author

FreezyLemon commented Nov 11, 2024

For future reference:
1.82 contains:

1.80:

  • add size_of and align_of to the prelude
  • add a lot of NonNull functions
  • check-cfg always enabled

1.77:

  • C string literals

1.75:

  • std::mem::zeroed is const

(TODO: check versions < 1.75)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant