-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Rollup of 11 pull requests #150068
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 11 pull requests #150068
Conversation
1. Clarify that there is a single concrete type for an opaque type 2. Clarify that defining a type alias to an opaque type is an unstable feature 3. Add complete example 4. Clarify that defining an associate type as opaque is an unstable feature 5. Add another complete example
This file previously contained an error annotation with incorrect syntax. Remove this annotation, as per the dev guide, since this is marked as known-bug. https://rustc-dev-guide.rust-lang.org/tests/ui.html#known-bugs
Co-authored-by: Tshepang Mbambo <hopsi@tuta.io>
…ions Remove `[no-mentions]` handler in our triagebot config
Signed-off-by: xiaolinny <xiaolincode@outlook.com>
Mention sharing the solver with rust-analyzer
add another type system invariant
Fix broken link for 'Uniqueness and Reference Immutability'
Add Debug Info section
make sentence more simple
fix help wanted search
Update opaque-types-type-alias-impl-trait.md
rustc-dev-guide subtree update Subtree update of `rustc-dev-guide` to rust-lang/rustc-dev-guide@326e590. Created using https://github.com/rust-lang/josh-sync. r? `@ghost`
…y, r=Kivooeo Remove deny of manual-let-else During discussion on Zulip[^1], we found there was no strong consensus in favor of this in practice. [^1]: https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler/topic/.60deny.28clippy.3A.3Amanual_let_else.29.60.20proliferation/with/564085588
…bjorn3 std: io: error: Add comment for UEFI unpacked repr use The following commit adds the comment explaining the rational why UEFI uses unpacked representation on 64-bit platforms as opposed to bit-packed representation used in all other 64-bit platforms. r? `@bjorn3`
|
@bors r+ rollup=never p=5 |
|
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 31010ca (parent) -> 2dc3024 (this PR) Test differencesShow 478 test diffsStage 1
Stage 2
(and 272 additional test diffs) Additionally, 106 doctest diffs were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 2dc30247c5d8293aaa31e1d7dae2ed2fde908ada --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
📌 Perf builds for each rolled up PR:
previous master: 31010ca61c In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
|
Finished benchmarking commit (2dc3024): 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)Results (secondary 4.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -2.2%, secondary 6.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 479.038s -> 482.354s (0.69%) |
Successful merges:
const BorrowMutrequireconst Borrowand makeconst Fnrequireconst FnMut#147939 (Makeconst BorrowMutrequireconst Borrowand makeconst Fnrequireconst FnMut)VaListlayout for Hexagon #149967 (customVaListlayout for Hexagon)DefIds under mgca #150025 (dont create unnecessaryDefIds under mgca)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup