Type Definition erg_compiler::error::OwnershipError

source ·
pub type OwnershipError = CompileError;

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