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
If you're running cargo test before cargo test --features compiletest, you're going to see errors about multiple matching crates. The workaround is to run cargo clean before any call to cargo test --features compiletest.
Any help addressing the upstream issue would be highly appreciated. I'm unfamiliar with Cargo and compiletest, and don't have the time to get into it right now.
The text was updated successfully, but these errors were encountered:
If you're running
cargo test
beforecargo test --features compiletest
, you're going to see errors about multiple matching crates. The workaround is to runcargo clean
before any call tocargo test --features compiletest
.Full details: Manishearth/compiletest-rs#114
Any help addressing the upstream issue would be highly appreciated. I'm unfamiliar with Cargo and compiletest, and don't have the time to get into it right now.
The text was updated successfully, but these errors were encountered: