-
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
normalize tuple pair types in trans #37110
Conversation
r? @Aatch (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 7badc32 has been approved by |
Why are we passing a non-normalized tuple around anyway? |
Oh for some reason I thought this had soemthing to do with tuple structs, oops. Yeah that is interesting, makes this only a bandaid. |
I have a better fix. |
@bors r- |
normalize tuple pair types in trans Fixes rust-lang#37109. Note that rust-lang#37109 is a regression from stable to stable, beta and nightly.
It's not clear that this should be backported to beta, or that #37129 should instead. |
Fixes #37109.
Note that #37109 is a regression from stable to stable, beta and nightly.