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). |
||
|---|---|---|
| .. | ||
| dep1.rs | ||
| dep2.rs | ||
| dep_missing.rs | ||
| rmake.rs | ||