1
Fork 0
rust/compiler/rustc_trait_selection/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
..
error_reporting use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
errors ty::BrK -> ty::BoundRegionKind::K 2024-11-04 04:45:52 +00:00
solve Consolidate type system const evaluation under traits::evaluate_const 2024-11-12 02:54:03 +00:00
traits use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
errors.rs Make precise capturing suggestion machine-applicable only if it has not APITs 2024-11-12 04:08:34 +00:00
infer.rs Explain how to evaluate an obligation 2024-11-05 01:08:20 +01:00
lib.rs Stabilize the map/value methods on ControlFlow 2024-09-25 19:00:17 -07:00
regions.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
solve.rs impossible obligations check fast path 2024-10-10 06:09:50 -04:00