run_make_support::rfs

Function create_dir_all

source
pub fn create_dir_all<P: AsRef<Path>>(path: P)
Expand description

A wrapper around std::fs::create_dir_all which includes the file path in the panic message.