fn parse_sanitize_attr(
tcx: TyCtxt<'_>,
attr: &Attribute,
current_attr: SanitizerSet,
) -> SanitizerSetExpand description
For an attr that has the sanitize attribute, read the list of
disabled sanitizers. current_attr holds the information about
previously parsed attributes.