-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add an intital HIR and lowering step #28138
Conversation
☔ The latest upstream changes (presumably #28136) made this pull request unmergeable. Please resolve the merge conflicts. |
is it possible to separate out the ast => hir renamings and other "hyper-rote" fallback into a distinct commit? |
ok so this seems fine, r+ modulo the various nits. Per IRC discussion, I think the duplication is ok as long as have a plan to remove it. |
Looked through the majority of this as well, the duplicated logic would be worrisome in the long term, but it sounds like you will relatively quickly refactor and remove it. I also like the approach of landing this chunk before it gets too big. 👍 |
@bors: r=nikomatsakis p=1 |
📌 Commit facdf2e has been approved by |
⌛ Testing commit facdf2e with merge cd138dc... |
r? @nikomatsakis Trying to land this first stab, which basically just duplicates the AST. Will file issues for the various things I've got in mind to improve.
r? @nikomatsakis
Trying to land this first stab, which basically just duplicates the AST. Will file issues for the various things I've got in mind to improve.