Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile tests don't work, unless target directory is sufficiently clean #105

Closed
hannobraun opened this issue Jun 8, 2018 · 1 comment
Closed

Comments

@hannobraun
Copy link
Member

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.

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.

@hannobraun
Copy link
Member Author

This is not longer an issue, as we're using Trybuild now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant