mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-10 20:08:41 +00:00
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`
For more information about how rustc works, see the rustc dev guide.