Function make_error

Source
pub fn make_error(
    err: Error,
    _raw: impl Debug,
    _file: &str,
    _line: u32,
) -> Error
Expand description

Display error messages with line number, file path and optional backtrace.