-
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
Rollup of 7 pull requests #107509
Rollup of 7 pull requests #107509
Conversation
Version 4.005 was released on 2023-01-20.
These rules were needed for the mobile-style switches, but those were removed in 0f3ae62
…llaumeGomez rustdoc: update Source Serif 4 from 4.004 to 4.005 [Version 4.005](https://github.com/adobe-fonts/source-serif/releases/tag/4.005R) was released on 2023-01-20.
Fixing confusion between mod and remainder Like many programming languages, rust too confuses remainder and modulus. The `%` operator and the associated `Rem` trait is (as the trait name suggests) the remainder, but since most people are linguistically more familiar with the modulus the documentation sometimes claims otherwise. This PR tries to fix this problem in rustc.
Improve enum checks Some light refactoring.
…, r=oli-obk Track bound types like bound regions When we instantiate bound types into placeholder types, we throw away the names for some reason. These names are particularly useful for error reporting once we have `for<T>` binders. r? types
…nd-2, r=estebank Make the "extra if in let...else block" hint a suggestion Changes the hint to a suggestion, suggested in rust-lang#107213. r? `@estebank`
… r=GuillaumeGomez rustdoc: remove unused CSS from `.setting-check` These rules were needed for the mobile-style switches, but those were removed in 0f3ae62
`Edition` micro refactor r? `@oli-obk`
@bors r+ p=7 rollup=never |
⌛ Testing commit 544b73b with merge 2bc35e0c57132fb983ecd3633d24ceb594b04175... |
💔 Test failed - checks-actions |
Seems to be a flaky. Let's retry. @bors retry |
⌛ Testing commit 544b73b with merge 8012d0cfd41a3553edf90e39b0d6bdebd5705ef6... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
It's been the same error twice so I don't think it's flaky, I just don't see which PR could be responsible for this error... |
Successful merges:
.setting-check
#107491 (rustdoc: remove unused CSS from.setting-check
)Edition
micro refactor #107508 (Edition
micro refactor)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup