diff --git a/librashader-capi/src/error.rs b/librashader-capi/src/error.rs index 3177bb7..e456ade 100644 --- a/librashader-capi/src/error.rs +++ b/librashader-capi/src/error.rs @@ -89,6 +89,7 @@ pub enum LibrashaderError { #[cfg(all(target_vendor = "apple", feature = "runtime-metal"))] #[error("There was an error in the Metal filter chain.")] MetalFilterError(#[from] librashader::runtime::mtl::error::FilterChainError), + /// This error is unreachable. #[error("This error is not reachable")] Infallible(#[from] std::convert::Infallible), }