fn create_dump_file_with_basename(
    tcx: TyCtxt<'_>,
    file_basename: &str,
    extension: &str
) -> Result<BufWriter<File>>
Expand description

Attempts to open the MIR dump file with the given name and extension.