fn build_dir_remap(build_runner: &BuildRunner<'_, '_>) -> (PathBuf, String)Expand description
Remap all paths pointing to build.build-dir,
i.e., [BUILD_DIR]/debug/deps/foo-[HASH].dwo would be remapped to
/cargo/build-dir/debug/deps/foo-[HASH].dwo
(note the /cargo/build-dir prefix).
This covers scenarios like: