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

Error on doctest #360

Closed
buttercrab opened this issue Mar 1, 2020 · 2 comments
Closed

Error on doctest #360

buttercrab opened this issue Mar 1, 2020 · 2 comments

Comments

@buttercrab
Copy link

I am developing a project.
When I tried doctest, an error came out:
error[1m: the option Z is only accepted on the nightly compiler

@xd009642
Copy link
Owner

xd009642 commented Mar 1, 2020

That's because to keep the doctest executables around tarpaulin uses a nightly feature persist-doctests. This means doctest coverage is currently a nightly only feature.

Tracking issue in the rust compiler: rust-lang/rust#56925

@buttercrab
Copy link
Author

Oh, I solved it. Thanks!

@xd009642 xd009642 closed this as completed Mar 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants