]> git.lizzy.rs Git - rust.git/commit
Auto merge of #102056 - b-naber:unevaluated, r=lcnr
authorbors <bors@rust-lang.org>
Fri, 23 Sep 2022 13:39:11 +0000 (13:39 +0000)
committerbors <bors@rust-lang.org>
Fri, 23 Sep 2022 13:39:11 +0000 (13:39 +0000)
commitd9277c6aa8d80691b3663c1162a357f60c688eb2
tree942a5032cfc15f1c8bee45048940ef7177293a02
parent2063b8f1377550cd8a6cb55fee838dcac5cf452e
parent26861fbd7f5fa80928f2ccad750ec2cc9726862c
Auto merge of #102056 - b-naber:unevaluated, r=lcnr

Introduce mir::Unevaluated

Previously the distinction between unevaluated constants in the type-system and in mir was not explicit and a little confusing. Probably better to introduce its own type for that.

r? `@lcnr`