Skip to content

fix: complying with rust edition 2024 (unsafe_op_in_unsafe_fn) #8606

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sabify
Copy link

@sabify sabify commented Jun 2, 2025

This PR fixes the Rust code generation to comply with Rust edition 2024 that requires indicating unsafe operations inside unsafe functions.

For reference: https://doc.rust-lang.org/nightly/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html

@github-actions github-actions bot added c++ codegen Involving generating code from schema rust labels Jun 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ codegen Involving generating code from schema rust
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant