-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Make unsizing_params_for_adt
into a query
#107146
Conversation
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit f6f8f9b886702ef7971a76aba9aabcfccfff3825 with merge 33187f348bff947dd29a929757d000aac626576a... |
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (33187f348bff947dd29a929757d000aac626576a): comparison URL. Overall result: no relevant changes - 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 benchmark run did not return any relevant results for this metric. 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.
|
I'm inclined to land this even if it's perf neutral, since it'll help us share some unsizing code between the old and new trait solvers. r? compiler |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me with one nit
f6f8f9b
to
e81fe42
Compare
@bors r=cjgillot |
📌 Commit e81fe4219477801fedd47cdaf1835181568012ef has been approved by It is now in the queue for this repository. |
This isn't perf sensitive @bors rollup- |
☔ The latest upstream changes (presumably #103902) made this pull request unmergeable. Please resolve the merge conflicts. |
e81fe42
to
a89c639
Compare
@bors r=cjgillot |
…=cjgillot Make `unsizing_params_for_adt` into a query Addresses a FIXME in confirmation. r? `@ghost`
☔ The latest upstream changes (presumably #101692) made this pull request unmergeable. Please resolve the merge conflicts. |
a89c639
to
32bf8c7
Compare
@bors r=cjgillot |
…=cjgillot Make `unsizing_params_for_adt` into a query Addresses a FIXME in confirmation. r? `@ghost`
Rollup of 6 pull requests Successful merges: - rust-lang#101569 (Don't re-export private/unstable ArgumentV1 from `alloc`.) - rust-lang#106106 (Pass `branch.{branch}.remote=origin` to `git submodule update`) - rust-lang#107146 (Make `unsizing_params_for_adt` into a query) - rust-lang#107264 (Add option to include private items in library docs) - rust-lang#107452 (Fix typo in `{Rc, Arc}::get_mut_unchecked` docs) - rust-lang#107459 (end entry paragraph with a period (.)) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
…g, r=lcnr Implement unsizing in the new trait solver This makes hello world compile! Ignore the first commit, that's just rust-lang#107146 which is waiting on merge. I'll leave some comments inline about design choices that might be debatable. r? `@lcnr` (until we have a new trait solver reviewer group...)
Addresses a FIXME in confirmation.
r? @ghost