-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Encountered error Unimplemented
selecting Binder(...)
during trans trying to get coverage
#52478
Comments
Minimal steps to reproduce (assuming
If I should file an issue with either |
I was trying to use cargo-tarpaulin and proptest together and just ran into this on the latest nightly |
Same observation here when using proptest and cargo-tarpaulin. |
@Centril - tagging you based on a discord discussion regarding proptest. I experienced this on while trying to use
This is while trying to build recrypt-rs
I can produce a full stack trace if that is helpful. |
Out of curiosity, I tried
I tried |
I recently ported a codebase from |
Someone on my tarpaulin tracking issue for this xd009642/tarpaulin#161 mentioned it goes away if they remove |
For everyone ending up here trying to use proptest and tarpaulin together: the workaround I described in xd009642/tarpaulin#161 only disables dead code generation for the proptest dependency, which fails to compile with |
I just encountered this trying to get code coverage set up as well. The easiest way to reproduce this is simply to clone the proptest crate directly and run |
See reduced test case in #58375 (comment) |
Closing in favor of #58375, which has a small reproduction and is nominated for discussion |
I have been trying out both
cargo-kcov
andcargo-tarpaulin
and seem to keep running into the same compiler panic.From
cargo kcov
on stable:and
cargo tarpaulin
A quick search revealed similar error messages in #43924 and #40247, though those might be unrelated.
The text was updated successfully, but these errors were encountered: