cargo/tests
bors a01b17cd0a Auto merge of #10324 - ehuss:fix-doc-undocumented-dep, r=alexcrichton
Fix documenting with undocumented dependencies.

#10201 introduced a bug where dependencies that have `doc=false` weren't being built at all when running `cargo doc` if the project did not have any binaries.  That means the rmeta file was missing, and the `--extern` flag was not being passed to rustdoc.

The solution is to ensure the `rmeta` file gets generated, but only skip generating the `CompileMode::Doc` unit for undocumented dependencies.

This unblocks the bootstrap bump.
2022-01-24 22:12:40 -08:00
..
build-std Fix build-std updating the index on every build. 2021-04-22 17:18:26 -07:00
testsuite Auto merge of #10324 - ehuss:fix-doc-undocumented-dep, r=alexcrichton 2022-01-24 22:12:40 -08:00
internal.rs Update clippy lint allow set. 2021-04-13 09:02:07 -07:00