Function cargo::core::compiler::scrape_output_path
source · fn scrape_output_path(cx: &Context<'_, '_>, unit: &Unit) -> CargoResult<PathBuf>
Expand description
Gets the file path of function call information output from rustdoc
.