mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 15:18:12 +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`
For more information about how rustc works, see the rustc dev guide.