rust/compiler/rustc_infer
Matthias Krüger c815e03447
Rollup merge of #108424 - megakorre:elaborator_refactor, r=compiler-errors
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.
2023-02-26 12:04:59 +01:00
..
locales errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
src Rollup merge of #108424 - megakorre:elaborator_refactor, r=compiler-errors 2023-02-26 12:04:59 +01:00
Cargo.toml remove unused imports 2023-02-06 17:40:18 +03:00