Browse Source

Implement std::error::Error for Error (#464)

master
David Tolnay 5 years ago
committed by Alex Crichton
parent
commit
52597893ee
  1. 2
      src/lib.rs

2
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

Loading…
Cancel
Save