-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add --check option for cargo doc #10026
Conversation
r? @Eh2406 (rust-highfive has picked a reviewer for you, use r? to override) |
I'm not sure to understand the error. Anyone has an idea what's wrong? |
There is an issue with openssl 3 (#10013) which will hopefully be fixed soon. |
☔ The latest upstream changes (presumably #10037) made this pull request unmergeable. Please resolve the merge conflicts. |
I think this should be |
There would be a little inconsistency between |
(and for now this can already be used on nightly via |
Sure - maybe it makes sense to hold off on this altogether until we implement rust-lang/rust#41574 ? |
I agree with @jyn514 that I would lean towards having |
Just checking in to see what the status is here, it's not clear to me if this is waiting on any questions. |
I'm not sure either. I think we need to have a discussion before moving forward. |
Closing due to inactivity. I think there is some design work that should probably be agreed upon before continuing here. |
This is a reopening of #8859.
The goal is to allow to run
rustdoc --check
directly from cargo (which was implemented in rust-lang/rust#78984). And the end goal would be to haverustdoc --check
to be run when we usecargo check
. For now, it only supportscargo doc --check
.Tracking issue: #10025