-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Revert "Function to convert OpenOptions to c_int" #77090
Conversation
@bors r+ p=10 |
📌 Commit 15f08d6 has been approved by |
@dtolnay is there a way to tell whether a PR breaks stability without eyeballing it or noticing from a bug report after the fact? It would be great to have it as part of the test suite somehow. |
⌛ Testing commit 15f08d6 with merge c80f5e8ae0e4e51ae34a373092c84cd5f9fbb038... |
💔 Test failed - checks-actions |
It failed building LLVM, it might be spurious?
@bors retry p=10 |
☀️ Test successful - checks-actions, checks-azure |
Interesting; I'd agree with the assessment elsewhere that |
Whatever happens, we should also add a test for the current behavior so this doesn't slip into nightly again. |
It occurs to me that we could add another trait, this one sealed, to handle this, rather than extending the existing trait. (It's unfortunate that we can't just have a platform-specific implementation of |
Reverts #76110. This broke Rust's stability guarantees.
Closes #77089.
r? @joshtriplett