pub fn run_parser(
    gcx: &Arc<GlobalCtxt>,
    file_name: String,
    contents: String
) -> CalResult<()>