Matthias Krüger da541088ef
Rollup merge of #112751 - ehuss:persist-test-run-directory, r=jsha
rustdoc: Fixes with --test-run-directory and relative paths.

Fixes #112191
Fixes #112210

This fixes some issues with `--test-run-directory` and its interaction with `--runtool` and `--persist-doctests`. Relative directories don't work with `Command::current_dir` very well because it has platform-specific behavior with relative paths. This fixes it by avoiding the use of relative paths.

This is needed because cargo is switching to use `--test-run-directory`, and it uses relative paths when interacting with rustdoc/rustc.
2023-08-17 08:39:20 +02:00
..
2023-06-23 18:36:25 +01:00
2023-07-27 14:44:13 -07:00
fix
2023-06-06 17:54:34 -04:00
2023-05-11 14:47:56 +00:00
2023-07-27 19:05:17 +02:00
2023-06-30 21:13:24 +00:00
2023-08-03 14:50:50 +02:00