rust/compiler/rustc_traits/src
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
..
chalk Lazily resolve type-alias-impl-trait defining uses 2022-02-02 15:40:11 +00:00
dropck_outlives.rs clippy:: append_instead_of_extend 2021-07-25 12:26:02 +02:00
evaluate_obligation.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
implied_outlives_bounds.rs Lazily resolve type-alias-impl-trait defining uses 2022-02-02 15:40:11 +00:00
lib.rs Removed in_band_lifetimes from rustc_traits 2021-12-30 13:59:19 -05:00
normalize_erasing_regions.rs Lazily resolve type-alias-impl-trait defining uses 2022-02-02 15:40:11 +00:00
normalize_projection_ty.rs Remove generalization over projection 2022-01-28 00:25:36 +00:00
type_op.rs Removed in_band_lifetimes from rustc_traits 2021-12-30 13:59:19 -05:00