-
Notifications
You must be signed in to change notification settings - Fork 13k
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 6 pull requests #72132
Rollup of 6 pull requests #72132
Conversation
Co-authored-by: Bastian Kauschke <bastian_kauschke@hotmail.de>
…aster Miri: run liballoc tests with threads Miri now supports threads, so we can run these tests. :)
Fix unused_parens false positive when using binary operations Fixes rust-lang#71290 r? @cuviper who provided instructions
…Gomez Add strikethrough support to rustdoc Implements uncontroversial part of rust-lang#71183. r? @GuillaumeGomez
…ewjasper Make MIR typeck use `LocalDefId` and fix docs The docs on `fn type_check` were not in sync with the arguments it takes. r? @matthewjasper
strings do not have to be valid UTF-8 any more Cc rust-lang/reference#792 r? @oli-obk
@bors r+ rollup=never p=6 |
📌 Commit 733dce8 has been approved by |
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 |
⌛ Testing commit 733dce8 with merge 428b5e2440ac46e39c104bc4e91395ef0aacd229... |
@bors r- |
💔 Test failed - checks-actions |
Successful merges:
LocalDefId
and fix docs #72096 (Make MIR typeck useLocalDefId
and fix docs)Failed merges:
r? @ghost