-
Notifications
You must be signed in to change notification settings - Fork 831
DO NOT MERGE: Test with memoffset/unstable_offset_of feature #3545
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
Conversation
I tested this locally. I got trybuild failures, which seem to be a result of a compiler version mismatch, although I'm not sure what compiler version was used to generated Specifically, I ran:
Then, I ran the same command without Here's the diff, which shows that the Diff
|
As indicated by pyo3/.github/workflows/build.yml Lines 60 to 62 in 8c8f00e
we check the compiler output only on the current stable. |
Also @joshlf if you want this more permanently tested in our CI, I think it'd be fine to update our |
We've got what we need for rust-lang/rust#111839, but thanks! |
Testing as part of rust-lang/rust#111839
Thank you for contributing to PyO3!
By submitting these contributions you agree for them to be dual-licensed under PyO3's MIT OR Apache-2.0 license.
Please consider adding the following to your pull request:
docs:
if this is a docs-only change to skip the checkPyO3's CI pipeline will check your pull request. To run its tests
locally, you can run
nox
. Seenox --list-sessions
for a list of supported actions.