os-rust/compiler/rustc_traits/src
lcnr 9cba14b95b use TypingEnv when no infcx is available
the behavior of the type system not only depends on the current
assumptions, but also the currentnphase of the compiler. This is
mostly necessary as we need to decide whether and how to reveal
opaque types. We track this via the `TypingMode`.
2024-11-18 10:38:56 +01:00
..
codegen.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
dropck_outlives.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
evaluate_obligation.rs Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
implied_outlives_bounds.rs ImpliedOutlivesBounds to rustc_middle 2024-10-17 09:53:27 +02:00
lib.rs Add warn(unreachable_pub) to rustc_traits. 2024-09-03 08:49:54 +10:00
normalize_erasing_regions.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
normalize_projection_ty.rs Swap Vec<PredicateObligation> to type alias 2024-10-12 15:17:08 +01:00
type_op.rs move defining_opaque_types out of Canonical 2024-10-17 10:22:52 +02:00