-
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 #103151
Rollup of 4 pull requests #103151
Conversation
Since 6a5f8b1, this class is no longer styled.
…ntheses, r=lcnr Suggest parentheses for possible range method calling Fixes rust-lang#102396
only allow `ConstEquate` with `feature(gce)`
…-outlives, r=lcnr Do not register placeholder `RegionOutlives` obligations when `considering_regions` is false **NOTE:** I'm kinda just putting this up for discussion. I'm not certain this is correct...? This was introduced in [`608625d`](rust-lang@608625d#diff-6e54b18681342ec725d75591dbf384ad08cd73df29db00485fe51b4e90f76ff7R361). Interestingly, we only check `data.has_placeholders()` for `RegionOutlives`, and not for `TypeOutlives`... why? For the record, that different treatment between `RegionOutlives` and `TypeOutlives` is why the fix "The compiling succeeds when all `'a : 'b` are replaced with `&'a () : 'b`" in rust-lang#100689 _"works"_, but it seems like an implementation detail considering this. Also, why do we care about placeholder regions being registered if `considering_regions` is false? It doesn't seem to affect any UI tests, for example. r? `@lcnr` Fixes rust-lang#102899 Fixes rust-lang#100689
… r=GuillaumeGomez rustdoc: remove unused HTML class `sidebar-title` Since 6a5f8b1, this class is no longer styled.
@bors r+ rollup=never p=4 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: a9d1cafa87 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (9c2797d): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. |
Successful merges:
ConstEquate
withfeature(gce)
#102466 (only allowConstEquate
withfeature(gce)
)RegionOutlives
obligations whenconsidering_regions
is false #102945 (Do not register placeholderRegionOutlives
obligations whenconsidering_regions
is false)sidebar-title
#103091 (rustdoc: remove unused HTML classsidebar-title
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup