rust/tests/run-make/rustdoc-merge-directory
Michael Howell 0786642d61 rustdoc: clean up and further test mergeable CCI
This fixes a limitation that prevented me from adding it to Cargo.
The rust compiler-docs bundle is built by running multiple `cargo`
commands in succession, and I want to support that, so I'm stuck
putting the doc parts all in one directory, so that subsequent
`cargo` runs can pick up the previous runs' data. It's less clean,
but it should still be usable in hermetic build environments if
you give every crate its own directory (which you needed to do
before, oddly enough).
2025-10-28 16:35:12 -07:00
..
dep1.rs rustdoc: clean up and further test mergeable CCI 2025-10-28 16:35:12 -07:00
dep2.rs rustdoc: clean up and further test mergeable CCI 2025-10-28 16:35:12 -07:00
dep_missing.rs rustdoc: clean up and further test mergeable CCI 2025-10-28 16:35:12 -07:00
rmake.rs rustdoc: clean up and further test mergeable CCI 2025-10-28 16:35:12 -07:00