1
Fork 0
rust/compiler/rustc_hir_analysis/src/check
bors 26c96e3416 Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk
stop using `ty::UnevaluatedConst` directly

best reviewed commit by commit.

simplifies #99798 because we now don't have to expand `ty::UnevaluatedConst` to `ty::Const`.
I also remember some other places where using `ty::UnevaluatedConst` directly was annoying and caused issues, though I don't quite remember what they were rn '^^

r? `@oli-obk` cc `@JulianKnodt`
2022-10-22 07:49:33 +00:00
..
check.rs rustc_hir_typeck: fix paths and partially mv files 2022-10-20 17:53:14 +02:00
compare_method.rs typos 2022-10-15 17:49:32 +00:00
dropck.rs Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk 2022-10-22 07:49:33 +00:00
intrinsic.rs rustc_safe_intrinsic: Keep list of safe intrinsics within the compiler 2022-09-28 09:40:02 +02:00
intrinsicck.rs rustc_hir_typeck: fix paths and partially mv files 2022-10-20 17:53:14 +02:00
mod.rs rustc_hir_typeck: fix paths and partially mv files 2022-10-20 17:53:14 +02:00
region.rs Don't consider Let exprs terminating scopes 2022-10-16 15:13:01 -07:00
wfcheck.rs change ConstEvaluatable to use ty::Const 2022-10-18 16:09:04 +02:00