fn scrape_output_path(
build_runner: &BuildRunner<'_, '_>,
unit: &Unit,
) -> CargoResult<PathBuf>
Expand description
Gets the file path of function call information output from rustdoc
.
fn scrape_output_path(
build_runner: &BuildRunner<'_, '_>,
unit: &Unit,
) -> CargoResult<PathBuf>
Gets the file path of function call information output from rustdoc
.