pub(crate) fn load_string<P: AsRef<Path>>(
    file_path: P,
    diag: &Handler
) -> Result<String, LoadStringError>