You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
Compiling test-chain v0.1.0 (file:///home/bbigras/dev/rust/tests/test-chain)
error[E0369]: binary operation `==` cannot be applied to type `std::result::Result<(), errors::Error>`
--> src/main.rs:20:5
|
20 | assert_eq!(run(), Err("test"));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result<(), errors::Error>`
= note: this error originates in a macro outside of the current crate
error: aborting due to previous error
error: Could not compile `test-chain`.
I'm trying to do something like this:
When I run it I get:
Maybe related to #95.
error-chain 0.9.0
nightly-x86_64-unknown-linux-gnu (default)
The text was updated successfully, but these errors were encountered: