parse_sanitize_attr

Function parse_sanitize_attr 

Source
fn parse_sanitize_attr(
    tcx: TyCtxt<'_>,
    attr: &Attribute,
    current_attr: SanitizerSet,
) -> SanitizerSet
Expand description

For an attr that has the sanitize attribute, read the list of disabled sanitizers. current_attr holds the information about previously parsed attributes.