skeptic tests fail if crates in ./target
were compiled with different version of rustc
#57
Labels
./target
were compiled with different version of rustc
#57
For now the only solution is to run
cargo clean
prior tocargo test
but it should be possible to examine each crate target triple and compiler info to skip incompatible crates. Using rustc_version crate might be helpful here.The text was updated successfully, but these errors were encountered: