-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Move the SC constants for macos to an accessible module (fixes #24374 for mac). #25093
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
(rust_highfive has picked a reviewer for you, use r? to override) |
⌛ Testing commit 2a46976 with merge 4f9d076... |
💔 Test failed - auto-mac-64-opt |
r? |
⌛ Testing commit 4de61c6 with merge 91cc61d... |
💔 Test failed - auto-mac-64-nopt-t |
@bors: r=alexcrichton |
📌 Commit f77c9c9 has been approved by |
⌛ Testing commit f77c9c9 with merge 7d43e55... |
💔 Test failed - auto-win-32-nopt-t |
@bors: retry |
⌛ Testing commit f77c9c9 with merge 79893d7... |
💔 Test failed - auto-mac-64-opt |
…ang#24374 for mac). These constants were added in 6f54ce9 and e8fbd1c to a consts module that is behind a gate. I have not confirmed that these constants do indeed work on either OSX or iOS. It appears that some of the constants may actually belong in a POSIX module, but I didn't make these changes here because I don't have access to the POSIX standard.
These constants were added in 6f54ce9 and
e8fbd1c to a consts module that is behind a
gate.
I have not confirmed that these constants do indeed work on either OSX or iOS.