rust/compiler/rustc_infer/src
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
..
errors errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
infer Rename many interner functions. 2023-02-24 07:32:24 +11:00
traits rustc_infer: Consolidate obligation elaboration de-duplication 2023-02-24 11:32:41 +01:00
lib.rs Rollup merge of #108350 - compiler-errors:assoc-type-bound-dogfooding, r=oli-obk 2023-02-23 06:18:07 +01:00