-
Notifications
You must be signed in to change notification settings - Fork 707
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
Add support for unsafe extern blocks #3015
Conversation
eebb350
to
970f8b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't review all the test changes but given the patch I'm pretty confident they're just more unsafe keywords. So looks good :)
970f8b6
to
460065e
Compare
we're getting lots of semantic merge conflicts lately 🤣 |
I think there might be a bug with the version matching:
This is with |
This PR adds support for the
unsafe_extern_blocks
feature which was stabilized for Rust 1.82.This feature is activated whenever the Rust target is greater or equal than 1.82.
Fixes #2901
cc pgcentralfoundation/pgrx#1810