mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
b2c2a32870
Implement Valtree to ConstValue conversion Once we start to use `ValTree`s in the type system we will need to be able to convert them into `ConstValue` instances, which we want to continue to use after MIR construction. r? `@oli-obk` cc `@RalfJung`