pub fn make_error<S>(message: S, span: Span<'_>) -> Error where
    S: Into<String>, 
Expand description

Convenience function to make an error value with a custom message