-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
MGCA: Support tuple expressions as direct const arguments #150675
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
Conversation
|
HIR ty lowering was modified cc @fmease |
|
|
This comment has been minimized.
This comment has been minimized.
e3f005a to
c6684b7
Compare
This comment has been minimized.
This comment has been minimized.
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.
thanks! this looks correct. just a couple small things
|
☔ The latest upstream changes (presumably #150603) made this pull request unmergeable. Please resolve the merge conflicts. |
|
☔ The latest upstream changes made this pull request unmergeable. Please resolve the merge conflicts. |
c6684b7 to
b0698b4
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
This comment has been minimized.
This comment has been minimized.
7b9ed2a to
dd90b5d
Compare
This comment has been minimized.
This comment has been minimized.
dd90b5d to
70c0334
Compare
This comment has been minimized.
This comment has been minimized.
70c0334 to
f62cda3
Compare
This comment has been minimized.
This comment has been minimized.
|
I think this ICE is fixed by #149254 and not your fault (i.e. your code looks correct to me). I'm not sure that PR is going to land though since the author is somewhat non responsive. We can either do a similar fix as part of this PR or go back to having your setup with three variants on I think we probably need to do some cleanup here regardless as its not really about query feeding anymore and there are some locations that use |
Oh it's true. I applied that change locally and test again, no ICE appears! |
I prefer the former ;) |
|
In that case what that PR does is pretty much what we want, except I think it's fine to just use |
f62cda3 to
a9f7470
Compare
This comment has been minimized.
This comment has been minimized.
|
☔ The latest upstream changes (presumably #150726) made this pull request unmergeable. Please resolve the merge conflicts. |
|
☔ The latest upstream changes made this pull request unmergeable. Please resolve the merge conflicts. |
827646c to
be707b6
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
This comment has been minimized.
This comment has been minimized.
be707b6 to
6c2dc40
Compare
|
@BoxyUwU CI passed, I think this PR is ready now |
|
Yep! This looks great thank you for working on this :) @bors r+ |
|
🌲 The tree is currently closed for pull requests below priority 1000. This pull request will be tested once the tree is reopened. |
MGCA: Support tuple expressions as direct const arguments Tracking issue: rust-lang#132980 Fixes rust-lang#133965 Fixes rust-lang#150613 r? @BoxyUwU
MGCA: Support tuple expressions as direct const arguments Tracking issue: rust-lang#132980 Fixes rust-lang#133965 Fixes rust-lang#150613 r? @BoxyUwU
MGCA: Support tuple expressions as direct const arguments Tracking issue: rust-lang#132980 Fixes rust-lang#133965 Fixes rust-lang#150613 r? @BoxyUwU
Rollup of 6 pull requests Successful merges: - #150675 (MGCA: Support tuple expressions as direct const arguments) - #150696 (enrich error info when tries to dlopen Enzyme) - #150747 (tests/ui/runtime/on-broken-pipe/with-rustc_main.rs: Not needed so remove) - #150757 (Fix `alloc_error_handler` signature mismatch) - #150777 (Stabilize `slice::element_offset`) - #150791 (Remove out of date FIXME comment.) r? @ghost
Tracking issue: #132980
Fixes #133965
Fixes #150613
r? @BoxyUwU