Function compiler_llvm_builder::utils::absolute_path
source ยท pub fn absolute_path<P: AsRef<Path>>(path: P) -> Result<PathBuf>
Expand description
Create an absolute path, appending it to the current working directory.
pub fn absolute_path<P: AsRef<Path>>(path: P) -> Result<PathBuf>
Create an absolute path, appending it to the current working directory.