Searched refs:TARGET_TMPDIR (Results 1 – 1 of 1) sorted by relevance
8 const TARGET_TMPDIR: Option<&'static str> = option_env!("CARGO_TARGET_TMPDIR"); constant12 TARGET_TMPDIR.unwrap_or(TARGET_DIR.unwrap_or("target")), in lib_path()