pub type EvalStaticInitializerRawResult<'tcx> = Result<ConstAllocation<'tcx>, ErrorHandled>;
Aliased Type§
pub enum EvalStaticInitializerRawResult<'tcx> {
Ok(ConstAllocation<'tcx>),
Err(ErrorHandled),
}
Variants§
Trait Implementations§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.