mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 02:53:43 +00:00
rustc_infer: Consolidate obligation elaboration de-duplication # Explanation The obligations `Elaborator` is doing de-duplication of obligations in 3 different locations. 1 off which has a comment. This PR consolidates the functionality and comment to a single function.