Function rustc_parse::parse_crate_attrs_from_source_str

source ·
pub fn parse_crate_attrs_from_source_str(
    name: FileName,
    source: String,
    psess: &ParseSess
) -> PResult<'_, AttrVec>