Use upvar_tys in more places, make it return a list#114079
Use upvar_tys in more places, make it return a list#114079bors merged 1 commit intorust-lang:masterfrom
upvar_tys in more places, make it return a list#114079Conversation
|
r? @b-naber (rustbot has picked a reviewer for you, use r? to override) |
|
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt |
|
probably shouldnt matter, but let's see @bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
|
⌛ Trying commit 59571266f44c3b285770aa0018d0da88679fd937 with merge 5eb97f48bed6d5a9258294931ebb9b872c8d2ba9... |
|
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
compiler/rustc_trait_selection/src/traits/query/dropck_outlives.rs
Outdated
Show resolved
Hide resolved
|
Finished benchmarking commit (5eb97f48bed6d5a9258294931ebb9b872c8d2ba9): comparison URL. Overall result: ❌✅ regressions and improvements - no action neededBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis 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.
CyclesResultsThis 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: 650.399s -> 651.262s (0.13%) |
5957126 to
99969d2
Compare
|
@bors r+ rollup |
…oli-obk Use `upvar_tys` in more places, make it return a list Just a cleanup that fell out of a PR that I was gonna write, but that PR kinda got stuck.
…oli-obk Use `upvar_tys` in more places, make it return a list Just a cleanup that fell out of a PR that I was gonna write, but that PR kinda got stuck.
Rollup of 5 pull requests Successful merges: - rust-lang#114079 (Use `upvar_tys` in more places, make it return a list) - rust-lang#114166 (Add regression test for resolving `--extern libc=test.rlib`) - rust-lang#114321 (get auto traits for parallel rustc) - rust-lang#114335 (fix and extend ptr_comparison test) - rust-lang#114347 (x.py print more detailed format files and untracked files count) r? `@ghost` `@rustbot` modify labels: rollup
Just a cleanup that fell out of a PR that I was gonna write, but that PR kinda got stuck.