-
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
configure: fix compatibility issue with Apple clang 4.0 #3050
Conversation
Fix compatibility with Mountain Lion. Closes #3049.
Silly question: you're able to build and run |
I wonder why Apple calls their clang 4.0. |
Yes, the following commands work nicely on Mountain Lion:
There are no test failures. |
Great. I'm going to go ahead and merge this into master as it seems very unlikely to cause problems, but if you submit any pull requests in the future that are more involved than this, please rebase them off the incoming branch - https://github.com/mozilla/rust/wiki/Note-git-workflow explains how.Thanks! |
Ops, I didn't know that. Thank you for the tip and sorry about the mess. |
No problem! |
…braces-newline Trait Implementation - Adds a newline before the last brace on impls without a body if the first brace is also on a newline
Update the s2n-quic submodule to the latest commit. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
Also fix compatibility with Mountain Lion's clang.
Closes #3049.