rust/compiler/rustc_const_eval
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
..
src use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
Cargo.toml compiler: Factor rustc_target::abi out of const_eval 2024-10-08 18:24:56 -07:00
messages.ftl require const_impl_trait gate for all conditional and trait const calls 2024-11-09 23:02:20 +01:00