-
Notifications
You must be signed in to change notification settings - Fork 507
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
windows-bindgen
should support Rust edition 2024
#3391
Comments
I really don't want to switch the edition - the last edition update was brutal - but hopefully we can find a way to at least test this and future-proof windows-rs for the inevitable. 🙂 |
This is the most vocal warning. https://doc.rust-lang.org/nightly/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html I can probably begin validation against this directly using: [workspace.lints.rust]
unsafe_op_in_unsafe_fn = "warn" Also |
Also, Rust edition 2024 requires Rust 1.85 as the MSRV so we won't be able to actually switch any time soon. |
windows-bindgen
should support Rust edition 2024
There appear to be a bunch of new warnings to deal with...
The text was updated successfully, but these errors were encountered: