Function run_make_support::rfs::read_to_string
source ยท pub fn read_to_string<P: AsRef<Path>>(path: P) -> String
Expand description
A wrapper around std::fs::read_to_string
which includes the file path in the panic message.