pub fn valtree_to_const_value<'tcx>(
tcx: TyCtxt<'tcx>,
typing_env: TypingEnv<'tcx>,
ty: Ty<'tcx>,
valtree: ValTree<'tcx>,
) -> ConstValue<'tcx>
Expand description
Converts a ValTree
to a ConstValue
, which is needed after mir
construction has finished.