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