rustc_attr_parsing::attributes::allow_unstable

Function allow_unstable

Source
fn allow_unstable<'a>(
    sess: &'a Session,
    attrs: &'a [impl AttributeExt],
    symbol: Symbol,
) -> impl Iterator<Item = Symbol> + 'a