rust/compiler/rustc_const_eval/src
Oli Scherer f394bb57bb
Always use const param envs for const eval.
Nothing else makes sense, and there is no "danger" in doing so, as it only does something if there are const bounds, which are unstable. This used to happen implicitly via the inferctxt before, which was much more fragile.
2021-11-29 21:19:50 +08:00
..
const_eval Always use const param envs for const eval. 2021-11-29 21:19:50 +08:00
interpret Always use const param envs for const eval. 2021-11-29 21:19:50 +08:00
transform Use the constness from the param env instead of having a separate dimension for it 2021-11-29 21:19:47 +08:00
util
lib.rs Unwrap the results of type folders 2021-11-26 07:38:25 +00:00