-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Move desugarings to lowering step #28857
Conversation
☔ The latest upstream changes (presumably #28698) made this pull request unmergeable. Please resolve the merge conflicts. |
@@ -91,8 +92,13 @@ pub fn run(input: &str, | |||
let map = hir_map::map_crate(&mut forest); | |||
|
|||
let ctx = core::DocContext { | |||
<<<<<<< HEAD |
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.
some rebase fragments left over
OK, I apologize for the "stream-of-consciousness" style review, but that's GH for you. r=me modulo:
|
ps nice comment :) |
and some unrelated test cleanups
So that lowering is reproducible
📌 Commit 1449841 has been approved by |
⌛ Testing commit 1449841 with merge 5bf19b9... |
💔 Test failed - auto-mac-64-nopt-t |
@bors: r=nikomatsakis |
📌 Commit a62a529 has been approved by |
Cool cleanups. |
r? @nikomatsakis