mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
a4d2424cc3
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