mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-26 22:26:26 +03:00
cee562c0b2
Stop passing resolver disambiguator state to AST lowering. AST->HIR lowering can use a disjoint set of `DefPathData` as the resolver, so we don't need to pass the disambiguator state. r? `@oli-obk`
For more information about how rustc works, see the rustc dev guide.