-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Rollup of 4 pull requests #63401
Rollup of 4 pull requests #63401
Conversation
Improve `ptr_rotate` performance, tests, and benches The corresponding issue is rust-lang#61784. I am not actually sure if miri can handle the test, but I can change the commit if necessary.
Update LLVM submodule This pulls in a newer version of the LLVM 9 release branch. Fixes rust-lang#62932. r? @alexcrichton
Tweak mismatched types error - Change expected/found for type mismatches in `break` - Be more accurate when talking about diverging match arms - Tweak wording of function without a return value - Suggest calling bare functions when their return value can be coerced to the expected type - Give more parsing errors when encountering `foo(_, _, _)` Fix rust-lang#51767, fix rust-lang#62677, fix rust-lang#63136, cc rust-lang#37384, cc rust-lang#35241.
…tril Add tests for some ICEs Closes rust-lang#43623 Closes rust-lang#44405 r? @Centril
@bors r+ p=4 rollup=never |
📌 Commit 71648fb has been approved by |
💔 Test failed - checks-azure |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Successful merges:
ptr_rotate
performance, tests, and benches #61937 (Improveptr_rotate
performance, tests, and benches)Failed merges:
r? @ghost