Function run_make_support::env::set_current_dir
source ยท pub fn set_current_dir<P: AsRef<Path>>(dir: P)
Expand description
A wrapper around std::env::set_current_dir
which includes the directory
path in the panic message.
pub fn set_current_dir<P: AsRef<Path>>(dir: P)
A wrapper around std::env::set_current_dir
which includes the directory
path in the panic message.