-
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
First-class struct and tuple constants #23275
Conversation
Needs a rebase... I'm on it |
Rebased! |
You should never clone AST nodes if you can avoid it. |
When I first tried storing an I am building rustc again to see if it works. It will take some time because for some reason LLVM is being compiled again. |
@aochagavia that's a good idea, for some reason I didn't expect adding a lifetime |
@eddyb I have pushed the changes now |
@bors rollup r+ |
Fixes #23260
r? @eddyb