rust/compiler/rustc_infer/src/traits
Oli Scherer 0f6e06b7c0 Lazily resolve type-alias-impl-trait defining uses
by using an opaque type obligation to bubble up comparisons between opaque types and other types

Also uses proper obligation causes so that the body id works, because out of some reason nll uses body ids for logic instead of just diagnostics.
2022-02-02 15:40:11 +00:00
..
error_reporting Remove in_band_lifetimes from rustc_infer 2021-12-13 17:53:27 -05:00
engine.rs Remove in_band_lifetimes from rustc_infer 2021-12-13 17:53:27 -05:00
mod.rs Eliminate ObligationCauseData. 2021-12-20 09:29:20 +11:00
project.rs Remove generalization over projection 2022-01-28 00:25:36 +00:00
structural_impls.rs Rename TypeFolderFallible to FallibleTypeFolder 2021-12-02 16:14:18 +00:00
util.rs Lazily resolve type-alias-impl-trait defining uses 2022-02-02 15:40:11 +00:00