-
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 4 pull requests #127430
Rollup of 4 pull requests #127430
Conversation
We could use rustc_middle::ty::outlives I guess?
…mponents, r=lcnr Uplift outlives components to `rustc_type_ir` We need this to uplift `push_outlives_components`, since the elaborator uses `push_outlives_components` to elaborate type outlives obligations and I want to uplift elaboration. This ends up reworking and inlining a fair portion of the `GenericArg::walk_shallow` function, whose only callsite was this one. I believe I got the logic correct, but may be worthwhile to look at it closely just in case. Unfortunately github was too dumb to understand that this is a rename + change -- I could also rework the git history to split the "copy the file over" part from the actual logical changes if that makes this easier to review. r? lcnr
…mitting-relation, r=lcnr uplift `PredicateEmittingRelation` Small follow-up to rust-lang#127333 r? lcnr
Correct description of E0502 Closes rust-lang#126495
…ff, r=oli-obk Show fnsig's unit output explicitly when there is output diff in diagnostics Fixes rust-lang#127263
@bors r+ rollup=never p=4 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 8a8ad3433e In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (ed7e35f): 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 -2.0%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (secondary -2.4%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 701.007s -> 700.852s (-0.02%) |
Successful merges:
rustc_type_ir
#127386 (Uplift outlives components torustc_type_ir
)PredicateEmittingRelation
#127405 (upliftPredicateEmittingRelation
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup