Type Alias rustc_mir_build::build::custom::PResult
source · type PResult<T> = Result<T, ParseError>;Aliased Type§
enum PResult<T> {
// some variants omitted
}Variants§
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.