pub(crate) fn tempdir(out: &Path) -> PathBuf
Expand description
Create a temporary directory in out
and return its path.
NOTE: this temporary directory is shared between all steps; if you need an empty directory, create a new subdirectory inside it.