pub fn parse_crate_from_file<'a>(
    input: &Path,
    sess: &'a ParseSess
) -> PResult<'a, Crate>