Type Alias erg_compiler::error::OwnershipError

source ·
pub type OwnershipError = CompileError;

Aliased Type§

struct OwnershipError {
    pub core: Box<ErrorCore>,
    pub input: Input,
    pub caused_by: String,
    pub theme: Theme,
}

Fields§

§core: Box<ErrorCore>§input: Input§caused_by: String§theme: Theme

Implementations§

source§

impl OwnershipError

source

pub fn move_error( input: Input, errno: usize, name: &str, name_loc: Location, moved_loc: Location, caused_by: String ) -> Self