diff --git a/src/lib.rs b/src/lib.rs index 726d128..1c600d4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -167,6 +167,8 @@ impl Display for Error { } } +impl std::error::Error for Error {} + /// Configuration used to represent an invocation of a C compiler. /// /// This can be used to figure out what compiler is in use, what the arguments