pub type EvalToAllocationRawResult<'tcx> = Result<ConstAlloc<'tcx>, ErrorHandled>;
Aliased Type§
enum EvalToAllocationRawResult<'tcx> {
Ok(ConstAlloc<'tcx>),
Err(ErrorHandled),
}
pub type EvalToAllocationRawResult<'tcx> = Result<ConstAlloc<'tcx>, ErrorHandled>;
enum EvalToAllocationRawResult<'tcx> {
Ok(ConstAlloc<'tcx>),
Err(ErrorHandled),
}