Module rustc_const_eval::const_eval::valtrees
source · Functions
- branches 🔒
- Valtrees don’t store the
MemPlaceMeta
that all dynamically sized values have in the interpreter. This function reconstructs it. - Converts a
ValTree
to aConstValue
, which is needed after mir construction has finished. - Put a valtree into memory and return a reference to that.