mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 00:49:18 +00:00
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`