mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
9a963e3bad
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`