-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Could not find expected rustdoc output for excluded crate #380
Comments
Thanks for the bug report, this indeed looks like a bug. I'm looking into it. Does your configuration maybe have a custom target directory defined, either via a |
No, we use the default of having the target directory in the workspace directory. |
Assuming I got the fix in #381 right, I think you won't need all the |
I'm releasing v0.18.3 and yanking the previous v0.18.x versions because I found an unfortunate bug where CLI argument misparsing could cause false-negatives. v0.18.3 is wrapping up the publish process right now and should be available in just a few minutes. Apologies for the inconvenience. |
We're getting the following error in Tokio's CI:
Note that benches is the first crated excluded using
--exclude
in our command:https://github.com/tokio-rs/tokio/blob/d7b7c6131774ab631be6529fef3680abfeeb4781/.github/workflows/ci.yml#L233-L254
I can reproduce the behavior when running the command in the above
ci.yml
script locally. I tried reproducing it in another workspace, but I wasn't able to trigger it there.The text was updated successfully, but these errors were encountered: