Uh oh!
There was an error while loading. Please reload this page.
Perform name resolution before and during ast->hir lowering - #33443
Conversation
nrc
commented
May 6, 2016
A few comments inline (some of which GitHub seems to be hiding due to already being out of date some how). r=me with those addressed. |
KalitaAlexey
commented
May 6, 2016
What purpose of it? |
@KalitaAlexey
|
KalitaAlexey
commented
May 6, 2016
@jseyfried Thanks. |
There was a problem hiding this comment.
I could further refactor this into local_def_id (which would return a dummy DefId during testing) and crate_def_with_parent (which would do nothing during testing).
46d0fb8 to
6ebe69cComparebors
commented
May 8, 2016
☔ The latest upstream changes (presumably #33091) made this pull request unmergeable. Please resolve the merge conflicts. |
8b5bd6c to
e4f56e5Comparejseyfried
commented
May 9, 2016
@nrc I finally finished rebasing and fixing fallout in tests and rustdoc. Could you review the last three commits? |
nrc
commented
May 9, 2016
@bors: r+ |
bors
commented
May 9, 2016
📌 Commit 805666a has been approved by |
bors
commented
May 10, 2016
⌛ Testing commit 805666a with merge a4d2424... |
Perform name resolution before and during ast->hir lowering This PR performs name resolution before and during ast->hir lowering instead of in phase 3. r? @nrc
This PR performs name resolution before and during ast->hir lowering instead of in phase 3.
r? @nrc