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