run_make_support::rfs

Function create_file

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

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